mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-29 23:46:04 +03:00
17 lines
374 B
Plaintext
17 lines
374 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
|
|
.DS_Store |