Skip to content

Commit

Permalink
Add Windows and VSC lines to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
James Raikes authored and James Raikes committed Jul 4, 2016
1 parent 0699b93 commit 836243e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

# Created by https://www.gitignore.io/api/python,visualstudiocode,windows

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -87,3 +91,29 @@ ENV/

# Rope project settings
.ropeproject


### VisualStudioCode ###
.vscode



### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

0 comments on commit 836243e

Please sign in to comment.