mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-25 00:01:00 +02:00
Updated .gitignore to the version that will be coming with new Wasp soon. (#168)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
This commit is contained in:
parent
5dd28bc920
commit
5b44c08cfa
18
template/app/.gitignore
vendored
18
template/app/.gitignore
vendored
@ -3,16 +3,14 @@ node_modules/
|
|||||||
migrations/
|
migrations/
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
# We ignore env files recognized and used by Wasp.
|
# We by default ignore any dotenv files to avoid committing any secrets by accident.
|
||||||
.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,
|
# If this is too agressive for you, consider allowing specific files with `!` operator,
|
||||||
# or modify/delete these two lines.
|
# or modify/delete these two lines.
|
||||||
*.env
|
.env
|
||||||
*.env.*
|
.env.*
|
||||||
|
# Don't ignore .env.client as it can't contain any secrets.
|
||||||
|
!.env.client
|
||||||
|
# Don't ignore example env files.
|
||||||
|
!.env.example
|
||||||
|
!.env.*.example
|
||||||
|
|
||||||
# We don't want to ignore .env example files.
|
|
||||||
!*.env.*.example
|
|
||||||
!*.env.example
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user