Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Mar 27, 2019
1 parent 3b29701 commit 63f576d
Show file tree
Hide file tree
Showing 2 changed files with 182,285 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.jar
*.rar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files #
###################
*.swp
*.pyc
*.tfx

# Build directories #
#####################
_site/
_themes/
_temp/
_downloads/
_build/
__pycache__/
.ipynb_checkpoints/
.tf/

# Config files which get locally modified
#########################################
.jekyll-metadata
Loading

0 comments on commit 63f576d

Please sign in to comment.