We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea4100 commit e8b50ebCopy full SHA for e8b50eb
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