add .gitignore

This commit is contained in:
coderaiser 2012-06-11 13:40:57 +00:00
parent 183ce5e8c2
commit f24b4ca239

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
#files, the will be ignored by git
#minified scripts
*.min.js
#node modules folder
node_modules
#cloudfoundry info files
cloudcmd.manifest.yml
#herocu info file
Procfile