diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f96d0d5ff..ddb553d26 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,9 @@ google-services.json # Performance results (Flashlight) .perf/ +# ESLint +.eslintcache + # i18n src/locale/locales/_build/ src/locale/locales/**/*.js |