Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahWhaler committed Apr 4, 2024
1 parent 8d3b88a commit 18d56dd
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,28 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

config/config.env
config/config.yml
src/config/config.env
src/config/config.yml

.vscode/*
src/*/config/config.env
src/*/config/config.yml

src/production/data/*
src/production/error/*
src/production/mongo/*

.vscode/*

*.jpg
*.jpeg
*.png

deploy/config/config.env
deploy/config/config.yml

deploy/*/config/config.env
deploy/*/config/config.yml

deploy/production/data/*
deploy/production/error/*
deploy/production/mongo/*

0 comments on commit 18d56dd

Please sign in to comment.