mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-21 10:49:02 +00:00
43 lines
521 B
Plaintext
43 lines
521 B
Plaintext
|
### Compass.app Ignore
|
||
|
compass_app_log.txt
|
||
|
|
||
|
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
|
||
|
*.sass-cache
|
||
|
|
||
|
#############
|
||
|
## Windows
|
||
|
#############
|
||
|
|
||
|
# Windows image file caches
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
|
||
|
# Folder config file
|
||
|
Desktop.ini
|
||
|
|
||
|
# Recycle Bin used on file shares
|
||
|
$RECYCLE.BIN/
|
||
|
|
||
|
#############
|
||
|
## OSX
|
||
|
#############
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
Icon
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear on external disk
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
|
||
|
#############
|
||
|
## Linux
|
||
|
#############
|
||
|
.*
|
||
|
!.gitignore
|
||
|
!.gitattributes
|
||
|
*~
|