Adds the `.env` file to the `.gitignore` to prevent accidental commits of environment variables.
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
node_modules
|
|
dist
|
|
.wrangler
|
|
.dev.vars
|
|
*.db
|
|
*.db-*
|
|
.env |