53 lines
549 B
Plaintext
53 lines
549 B
Plaintext
########################
|
|
# sails
|
|
########################
|
|
.sails
|
|
.waterline
|
|
.rigging
|
|
.tmp
|
|
|
|
|
|
########################
|
|
# node.js / npm
|
|
########################
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
node_modules
|
|
|
|
npm-debug.log
|
|
|
|
|
|
########################
|
|
# misc / editors
|
|
########################
|
|
*~
|
|
*#
|
|
.DS_STORE
|
|
.netbeans
|
|
nbproject
|
|
.idea
|
|
|
|
|
|
########################
|
|
# local config
|
|
########################
|
|
config/local.js
|
|
|
|
########################
|
|
# custom ignores
|
|
########################
|
|
assets/templates/*.html
|
|
*.swp
|
|
|