42 строки
443 B
Plaintext
42 строки
443 B
Plaintext
### https://raw.github.com/github/gitignore/master/Global/OSX.gitignore
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must ends with two \r.
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
|
|
### https://raw.github.com/github/gitignore/master/Node.gitignore
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
build
|
|
|
|
node_modules
|
|
|
|
|
|
### project specific
|
|
|
|
bower_components/
|
|
asset/css/
|