Skip to content

Commit afa0075

Browse files
committed
updating .gitignore to not allow checking in of the .env file
1 parent 444353f commit afa0075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.pyc
22
.idea
3+
.env
34

45
# pyenv
56
.python-version
@@ -10,4 +11,4 @@
1011

1112
# frontend
1213
/node_modules
13-
/build
14+
/build

0 commit comments

Comments
 (0)