mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
* Remove gulp/* and gulpfile from ESLint ignores * Update .eslintrc in local gulp folder * Start work on refactoring gulp files * add radix * Add line-specific eslint exceptions * removed redundant eslint file for gulp * add more exceptions * Add exceptions to main gulpfile.js
18 lines
365 B
Text
18 lines
365 B
Text
# Compiled and vendored files
|
|
coverage/
|
|
database_reports/
|
|
website/build/
|
|
website/transpiled-babel/
|
|
website/common/transpiled-babel/
|
|
dist/
|
|
dist-client/
|
|
|
|
# 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
|