mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
6d883a8572
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
12 lines
No EOL
223 B
Text
12 lines
No EOL
223 B
Text
# Ignoring folders for eslint
|
|
node_modules/
|
|
3rdparty/
|
|
**/vendor/
|
|
**/l10n/
|
|
**/js/*
|
|
*.config.js
|
|
tests/lib/
|
|
apps-extra
|
|
|
|
# TODO: remove when comments files is not using handlebar templates anymore
|
|
apps/comments/src/templates.js |