mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-22 16:26:30 +01:00
Merge pull request #508 from wasp-lang/franjo/add-prettier
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
--- template/app/.gitignore
|
||||
+++ opensaas-sh/app/.gitignore
|
||||
@@ -6,6 +6,17 @@
|
||||
.env
|
||||
.env.*
|
||||
|
||||
@@ -1,2 +1,20 @@
|
||||
node_modules/
|
||||
.wasp/
|
||||
+
|
||||
+.env
|
||||
+.env.*
|
||||
+
|
||||
+# These two we added only because dotenv-vault keeps adding them if it doesn't find them,
|
||||
+# even though we don't need them. Remove them once dotenv-vault stops doing that.
|
||||
+.env*
|
||||
+.flaskenv*
|
||||
+
|
||||
# Don't ignore example dotenv files.
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
+# Don't ignore example dotenv files.
|
||||
+!.env.example
|
||||
+!.env.*.example
|
||||
+
|
||||
+# We don't want to ignore .env.client as it doesn't have any secrets.
|
||||
+!.env.client
|
||||
|
||||
Reference in New Issue
Block a user