mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-30 10:15:40 +03:00
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
.wasp/
|
|
node_modules/
|
|
**/.DS_Store
|
|
|
|
# We ignore env files recognized and used by Wasp.
|
|
.env.server
|
|
.env.client
|
|
|
|
# To be extra safe, we by default ignore any files with `.env` extension in them.
|
|
# If this is too agressive for you, consider allowing specific files with `!` operator,
|
|
# or modify/delete these two lines.
|
|
*.env
|
|
*.env.*
|
|
/.wasp/
|
|
/.env.server
|
|
/.env.client
|
|
# Local Netlify folder
|
|
.netlify |