mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-28 05:45:36 +00:00
35 lines
717 B
Text
35 lines
717 B
Text
|
|
# Compiled and vendored files
|
||
|
|
common/dist/
|
||
|
|
common/transpiled-babel/
|
||
|
|
coverage/
|
||
|
|
database_reports/
|
||
|
|
migrations/
|
||
|
|
website/build/
|
||
|
|
website/transpiled-babel/
|
||
|
|
|
||
|
|
# The files in website/public/js should be moved out and browserified
|
||
|
|
website/public/
|
||
|
|
|
||
|
|
# Temporarilly disabled. These should be removed when the linting errors are fixed
|
||
|
|
common/script/content/index.js
|
||
|
|
common/script/public/**/*.js
|
||
|
|
|
||
|
|
website/src/**/api-v2/**/*.js
|
||
|
|
website/src/routes/payments.js
|
||
|
|
website/src/routes/pages.js
|
||
|
|
website/src/middlewares/
|
||
|
|
website/src/controllers/payments/
|
||
|
|
|
||
|
|
debug-scripts/*
|
||
|
|
tasks/*.js
|
||
|
|
gulpfile.js
|
||
|
|
Gruntfile.js
|
||
|
|
newrelic.js
|
||
|
|
|
||
|
|
test/api-legacy/**/*
|
||
|
|
test/common/simulations/**/*
|
||
|
|
test/common_old/
|
||
|
|
test/content/**/*
|
||
|
|
test/server_side/**/*
|
||
|
|
test/spec/**/*
|