ignore, export-ignore 수정.

This commit is contained in:
bnu 2013-11-16 23:49:52 +09:00
parent e632e6e905
commit 1d7dff7af8
2 changed files with 10 additions and 8 deletions

9
.gitattributes vendored
View file

@ -1,7 +1,8 @@
.gitattributes export-ignore .gitattributes export-ignore
.gitignore export-ignore .gitignore export-ignore
tools export-ignore /tools/ export-ignore
tests export-ignore /tests/ export-ignore
phpDoc export-ignore /phpDoc/ export-ignore
Gruntfile.js export-ignore Gruntfile.js export-ignore
package.json export-ignore package.json export-ignore
.travis.yml export-ignore

9
.gitignore vendored
View file

@ -1,5 +1,6 @@
files/ config.user.inc.php
build/ /files/
node_modules/ /build/
/node_modules/
.DS_Srore .DS_Srore
.Thumbs.db Thumbs.db