1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

* Fix casing typo for PluginAssetsLoader.js in gitignore

* Add change to eslintignore
This commit is contained in:
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