Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
- Add ignore rules for common compressions used for backed up data
  during development
- Ignore Python's cache
- Ignore pyenv definition
- Ignore Visual Studio Code's project settings
  • Loading branch information
allejo committed Mar 15, 2017
1 parent e8c2410 commit 7de3e81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ _site
/*.map
/work
analytics.private
node_modules
node_modules
__pycache__
.vscode
.python-version
*.zip
*.gz

0 comments on commit 7de3e81

Please sign in to comment.