Skip to content

Commit

Permalink
Prevent naming variations of .env files to be submited to git (#2094)
Browse files Browse the repository at this point in the history
* Prevent naming variations of .env files to be submited to git

* Finetuning + removing real old encrypated secret file
  • Loading branch information
jimleroyer committed Jan 29, 2024
1 parent fb2657e commit 77d3700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file removed .env.enc.aws
Binary file not shown.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ target/
# Mac
*.DS_Store
environment.sh
.envrc
.env
.env_*
.env.lambda
.env*
!.env.devcontainer
!.env.example

celerybeat-schedule
celerybeat-schedule.*
Expand Down

0 comments on commit 77d3700

Please sign in to comment.