mirror of https://github.com/laurent22/joplin.git
Fix casing typo for PluginAssetsLoader.js in gitignore (#2250)
* Fix casing typo for PluginAssetsLoader.js in gitignore * Add change to eslintignorepull/2281/head
parent
e674d7d23b
commit
701b57de89
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue