Skip to content

Commit e8b50eb

Browse files
committed
⚡ env
1 parent 1ea4100 commit e8b50eb

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

backend/.gitignore

+6-13
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ web_modules/
7373
.yarn-integrity
7474

7575
# dotenv environment variable files
76-
76+
.env
77+
.env.development.local
78+
.env.test.local
79+
.env.production.local
80+
.env.local
7781

7882
# parcel-bundler cache (https://parceljs.org/)
7983
.cache
@@ -123,15 +127,4 @@ dist
123127
.yarn/unplugged
124128
.yarn/build-state.yml
125129
.yarn/install-state.gz
126-
.pnp.*
127-
128-
129-
#node modules
130-
node_modules/
131-
132-
.environment
133-
.env
134-
*.env
135-
*.env.example
136-
*.env.local
137-
*.env.staging
130+
.pnp.*

0 commit comments

Comments
 (0)