We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8ac8a commit 0726a75Copy full SHA for 0726a75
2 files changed
.gitignore
@@ -129,12 +129,14 @@ celerybeat.pid
129
130
# Environments
131
.env
132
+.env.local-api
133
.venv
134
env/
135
venv/
136
ENV/
137
env.bak/
138
venv.bak/
139
+src/server/.env.local-api
140
141
# Spyder project settings
142
.spyderproject
@@ -206,4 +208,3 @@ pyrightconfig.json
206
208
go.work
207
209
210
# End of https://www.toptal.com/developers/gitignore/api/go
-
src/server/.env.local-api
0 commit comments