* Disable legacy Prettier ESLint integration * Run Prettier separately * Add caching * Separate -some and -all * Reduce node inits
11 lines
215 B
Text
11 lines
215 B
Text
# Ignore everything except the code in src/.
|
||
# Based on https://stackoverflow.com/a/70715829/458193
|
||
*
|
||
!src/**/*.js
|
||
!src/**/*.jsx
|
||
!src/**/*.ts
|
||
!src/**/*.tsx
|
||
!*/
|
||
|
||
# More specific ignores go below.
|
||
src/locale/locales
|