mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 02:52:22 +03:00
21839ff2df
* Add latest changes to examples updated to 0.12.0 * Add latest 0.12.0 changes to waspc/examples * Remove stray todo from examples * Update e2e tests
14 lines
331 B
Plaintext
14 lines
331 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.*
|