15 строки
467 B
Plaintext
15 строки
467 B
Plaintext
# do not lint/format generated artifacts
|
|
dist/
|
|
package-lock.json
|
|
# makes sure that eslintrc.js gets linted/formatted
|
|
!.eslintrc.js
|
|
# do not lint/format bundled util libraries
|
|
src/privileged/prefs/api.js
|
|
src/privileged/prefs/schema.json
|
|
src/privileged/study/api.js
|
|
src/privileged/study/schema.json
|
|
# for circleCI; don't lint/format code in the Firefox directory
|
|
firefox
|
|
# don't lint/format package.json since npm install formats it differently by default
|
|
package.json
|