Skip to content

Commit 0726a75

Browse files
committed
security: remove local env secrets file and ignore it
1 parent 1c8ac8a commit 0726a75

2 files changed

Lines changed: 2 additions & 31 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,14 @@ celerybeat.pid
129129

130130
# Environments
131131
.env
132+
.env.local-api
132133
.venv
133134
env/
134135
venv/
135136
ENV/
136137
env.bak/
137138
venv.bak/
139+
src/server/.env.local-api
138140

139141
# Spyder project settings
140142
.spyderproject
@@ -206,4 +208,3 @@ pyrightconfig.json
206208
go.work
207209

208210
# End of https://www.toptal.com/developers/gitignore/api/go
209-

src/server/.env.local-api

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)