Fix casing typo for PluginAssetsLoader.js in gitignore (#2250)

* Fix casing typo for PluginAssetsLoader.js in gitignore

* Add change to eslintignore
pull/2281/head
Caleb John 2020-01-06 17:47:51 -07:00 committed by Laurent Cozic
parent e674d7d23b
commit 701b57de89
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
.gitignore vendored
View File

@ -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