wasp/examples/waspleau/.gitignore

12 lines
267 B
Plaintext
Raw Normal View History

2024-03-11 00:41:21 +03:00
.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