mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00: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
21 lines
408 B
Text
21 lines
408 B
Text
# 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
|