Skip to content

Commit

Permalink
Update gitignore to include various additional file types
Browse files Browse the repository at this point in the history
  • Loading branch information
nickviola committed Jul 6, 2023
1 parent 53a48e7 commit 15de0a0
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ __pycache__
.python-version
*.egg-info
dist

*.log
*.pdf
*.json
*.json

.venv
.vs

.vscode

.profile-data

.env
old.env
/.vsenv

*.mmdb
.geoipupdate.lock
config.ini
Dockerfile-x
*.swp

*.DS_store
*.vscode
*package-lock.json

0 comments on commit 15de0a0

Please sign in to comment.