wasp/examples/waspleau/.gitignore
2024-03-10 22:41:21 +01:00

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