We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1a968 commit d8a5b73Copy full SHA for d8a5b73
template-test/app_diff/.gitignore.diff
@@ -1,10 +1,14 @@
1
--- /Users/ilakovac/dev/open-saas/template-test/tools/../../template-test/base-app/app/.gitignore
2
+++ template-test/app/.gitignore
3
-@@ -6,6 +6,12 @@
+@@ -6,6 +6,16 @@
4
.env
5
.env.*
6
7
+# Dotenv Vault entries
8
++# These are automatically added by Dotenv Vault when running `npm run env:pull`.
9
++# They're kept in this diff to avoid having to manually revert .gitignore changes
10
++# each time we test modifications. They don't cause any harm and make the process
11
++# less annoying.
12
+.env*
13
+.flaskenv*
14
+!.env.project
0 commit comments