Skip to content

Commit f1cb713

Browse files
committed
updated gitignore
1 parent 86cf93e commit f1cb713

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ celerybeat.pid
107107

108108
# Environments
109109
.env
110-
.env
110+
.env.local.example
111+
.env.local
111112
.venv
112113
env/
113114
venv/
@@ -117,6 +118,8 @@ venv.bak/
117118

118119
# Deployment files (may contain sensitive server info)
119120
DEPLOYMENT.md
121+
LOCAL_TESTING.md
122+
test-local.sh
120123

121124
# Spyder project settings
122125
.spyderproject

0 commit comments

Comments
 (0)