mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 19:14:52 +03:00
14 lines
338 B
Plaintext
14 lines
338 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/ |