mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 04:37:36 +01:00
* Add initial fixes for concurrency * Added memory edit for notifications * Fixed tag delete * Fixed adding and moving task order * Updated delete task * Fixed lint * Fixed task adding * Switch to mongoose push and pull
22 lines
408 B
Plaintext
22 lines
408 B
Plaintext
# Compiled and vendored files
|
|
coverage/
|
|
database_reports/
|
|
website/build/
|
|
website/transpiled-babel/
|
|
website/common/transpiled-babel/
|
|
dist/
|
|
dist-client/
|
|
apidoc_build/
|
|
content_cache/
|
|
node_modules/
|
|
|
|
# Not linted
|
|
website/client-old/
|
|
test/client-old/spec/**/*
|
|
|
|
# Temporarilly disabled. These should be removed when the linting errors are fixed TODO
|
|
migrations/*
|
|
scripts/*
|
|
website/common/browserify.js
|
|
Gruntfile.js
|