mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 09:33:45 +03:00
a445da9ed0
* Upgraded Mage to Wasp 0.12 while producing Wasp 0.11.4 apps. * Rearranged imports to be nicer. * Updated tsconfig.json and .gitignore according to new changes to wasp new.
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
/.wasp/
|
|
/.env.server
|
|
/.env.client
|
|
/node_modules
|
|
|
|
# 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.*
|
|
|
|
**/.DS_Store
|
|
# Emacs specific
|
|
.projectile |