mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
add .gitignore
This commit is contained in:
parent
183ce5e8c2
commit
f24b4ca239
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue