41 lines
404 B
Plaintext
41 lines
404 B
Plaintext
# temp files
|
|
.DS_Store
|
|
.tmp
|
|
.sass-cache
|
|
|
|
# package-management
|
|
node_modules/
|
|
.bin/
|
|
bower_components/
|
|
npm-debug.log
|
|
|
|
# build folder
|
|
dist/
|
|
|
|
# IDE
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.idea/
|
|
|
|
|
|
# Thumbnails
|
|
# ._*
|
|
|
|
|
|
### OSX ###
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
|
|
### Windows ###
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|