mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
moving out minify from cloudcmd submodules
This commit is contained in:
parent
cf68db5bc9
commit
8656479d3c
1 changed files with 7 additions and 5 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -12,6 +12,13 @@
|
|||
#node modules folder
|
||||
node_modules
|
||||
|
||||
#moving out minify from cloudcmd submodules
|
||||
#minify module
|
||||
#!node_modules/
|
||||
#node_modules/*
|
||||
#!node_modules/minify
|
||||
|
||||
|
||||
#cloudfoundry info files
|
||||
cloudcmd.manifest.yml
|
||||
cloudcmddemo.manifest.yml
|
||||
|
|
@ -33,11 +40,6 @@ apache-status
|
|||
#log file
|
||||
log.txt
|
||||
|
||||
#minify module
|
||||
!node_modules/
|
||||
node_modules/*
|
||||
!node_modules/minify
|
||||
|
||||
#hashes file
|
||||
hashes.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue