13 строки
577 B
Plaintext
13 строки
577 B
Plaintext
# do not lint/format generated artifacts
|
|
webextension/web-ext-artifacts
|
|
package-lock.json
|
|
# makes sure that eslintrc.js gets linted/formatted
|
|
!.eslintrc.js
|
|
# do not lint/format bundled util libraries (PioneerUtils.jsm is included for Pioneer Shield studies only; eventually it will be merged with StudyUtils.jsm)
|
|
src/privileged/shieldUtils/jsm/StudyUtils.jsm
|
|
src/privileged/shieldUtils/jsm/PioneerUtils.jsm
|
|
# 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
|