ace/.gitignore
2012-05-24 23:09:32 +04:00

23 lines
324 B
Text

# Junk that could exist anywhere:
.DS_Store
*.swp
*.tmp
# Project files that should not be in the repo
.project
.settings/
.settings.xml
.c9settings.xml
.c9revisions
.settings.xml.old
.*.gz
# A handy place to put stuff that git should ignore:
/ignore/
node_modules/
tool/node_modules/
build/
.git-ref
npm-debug.log
deps/