mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
* 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.
27 lines
356 B
Text
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
|