diff --git a/.eslintignore b/.eslintignore index 2863715b24..7b83319902 100644 --- a/.eslintignore +++ b/.eslintignore @@ -51,4 +51,4 @@ ReactNativeClient/pluginAssets/ # Ignore files generated from TypeScript files ElectronClient/app/gui/ShareNoteDialog.js ReactNativeClient/lib/JoplinServerApi.js -ReactNativeClient/pluginAssetsLoader.js +ReactNativeClient/PluginAssetsLoader.js diff --git a/.gitignore b/.gitignore index 300905eb68..04d887ab6e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,4 @@ Tools/commit_hook.txt # Ignore files generated from TypeScript files ElectronClient/app/gui/ShareNoteDialog.js ReactNativeClient/lib/JoplinServerApi.js -ReactNativeClient/pluginAssetsLoader.js +ReactNativeClient/PluginAssetsLoader.js