You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
578 B
Plaintext
34 lines
578 B
Plaintext
################################################################################
|
|
## This global gitignore file is assembled based the github gitignore project:
|
|
## https://github.com/github/gitignore
|
|
################################################################################
|
|
|
|
# vim ignores
|
|
.*.sw[a-z]
|
|
|
|
# OS X ignores
|
|
.DS_Store
|
|
.DS_Store?
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Windows ignores
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Python ignores
|
|
*.py[cod]
|
|
|
|
# Compass/sass ignores
|
|
.sass-cache
|
|
|