mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 17:48:20 +03:00
1f757462cc
* Again updated default .gitignore: removed !.env.client. * Update web/docs/project/env-vars.md
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
.wasp/
|
|
node_modules/
|
|
|
|
# Ignore all dotenv files by default to prevent accidentally committing any secrets.
|
|
# To include specific dotenv files, use the `!` operator or adjust these rules.
|
|
.env
|
|
.env.*
|
|
|
|
# Don't ignore example dotenv files.
|
|
!.env.example
|
|
!.env.*.example
|