mirror of
https://github.com/caprover/caprover
synced 2025-10-30 18:07:25 +00:00
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
# don't ever lint node_modules
|
|
node_modules
|
|
# don't lint build output (make sure it's set to your correct build folder name)
|
|
built
|
|
# don't lint nyc coverage output
|
|
coverage
|