cloudcmd/.gitignore
2012-07-14 12:25:54 -04:00

42 lines
549 B
Text

#files, the will be ignored by git
#c9 files
.c9revisions
*tmp
#minified scripts
*.min.js
*.min.css
*.min.html
#node modules folder
node_modules
#cloudfoundry info files
cloudcmd.manifest.yml
cloudcmddemo.manifest.yml
demo-cloudcmd.manifest.yml
cdn-cloudcmd.manifest.yml
#hide travis yml for nodejitsu working out
#.travis.yml
#temporary files folder
tmp
#file used by c9
apache-status
#file used by nodester
.nodester.appconfig
#log file
log.txt
#minify module
!node_modules/
node_modules/*
!node_modules/minify
#hashes file
hashes.json