habitica/.gitignore
Kevin Gisi 7bed1efb21 Revised Grunt translations task to use build:test
* Added build:test task to generate translation JS for tests.

* Removed test/spec/translations.js from the repository, added to .gitignore.

* Updated test/run_tests.sh to run build:test, and accept an optional argument
  to run a particular test suite.
2015-03-24 21:39:03 -04:00

27 lines
356 B
Text

.DS_Store
website/public/gen
website/public/common
node_modules
*.swp
.idea*
config.json
npm-debug.log
lib
website/public/bower_components
website/build
newrelic_agent.log
.bower-tmp
.bower-registry
.bower-cache
.vagrant
*.log
src/*/*.map
src/*/*/*.map
test/*.js
test/*.map
website/public/docs
*.sublime-workspace
coverage.html
test/spec/translations.js