8000
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 b1f9b6c commit 0b58651Copy full SHA for 0b58651
backend/.gitignore
@@ -73,7 +73,11 @@ web_modules/
73
.yarn-integrity
74
75
# dotenv environment variable files
76
-
+.env
77
+.env.development.local
78
+.env.test.local
79
+.env.production.local
80
+.env.local
81
82
# parcel-bundler cache (https://parceljs.org/)
83
.cache
@@ -123,15 +127,4 @@ dist
123
127
.yarn/unplugged
124
128
.yarn/build-state.yml
125
129
.yarn/install-state.gz
126
-.pnp.*
-#node modules
130
-node_modules/
131
132
-.environment
133
-.env
134
-*.env
135
-*.env.example
136
-*.env.local
137
-*.env.staging
+.pnp.*
0 commit comments