mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
ignore 설정
This commit is contained in:
parent
b3149a06e0
commit
1b7851c31c
2 changed files with 11 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
config.user.inc.php
|
config.user.inc.php
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
/files/
|
/files/
|
||||||
/build/
|
/build/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
.DS_Store
|
/vendor/
|
||||||
Thumbs.db
|
tests/_output/*
|
||||||
|
|
|
||||||
|
|
@ -181,6 +181,8 @@ module.exports = function(grunt) {
|
||||||
'common/js/x.js',
|
'common/js/x.js',
|
||||||
'common/js/xe.js',
|
'common/js/xe.js',
|
||||||
'common/js/modernizr.js',
|
'common/js/modernizr.js',
|
||||||
|
'vendor/**',
|
||||||
|
'tests/**',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -203,6 +205,8 @@ module.exports = function(grunt) {
|
||||||
'!common/css/bootstrap.css',
|
'!common/css/bootstrap.css',
|
||||||
'!common/css/bootstrap-responsive.css',
|
'!common/css/bootstrap-responsive.css',
|
||||||
'!**/*.min.css',
|
'!**/*.min.css',
|
||||||
|
'!vendor/**',
|
||||||
|
'!tests/**',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -218,7 +222,9 @@ module.exports = function(grunt) {
|
||||||
"!tests/**",
|
"!tests/**",
|
||||||
"!tools/**",
|
"!tools/**",
|
||||||
"!node_modules/**",
|
"!node_modules/**",
|
||||||
"!libs/**"
|
"!libs/**",
|
||||||
|
"!vendor/**",
|
||||||
|
"!tests/_output/**"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue