Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintignore - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 104bf3989647acb66aaf8aecbf6b34d858500804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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