2021-03-18 02:27:30 +08:00
|
|
|
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
2022-01-26 04:02:10 +08:00
|
|
|
(?:^|/)monacoSRC/
|
2022-02-21 23:10:55 +08:00
|
|
|
(?:^|/)MonacoPreviewHandler/monaco_languages.json
|
2022-01-26 04:02:10 +08:00
|
|
|
(?:^|/)MonacoPreviewHandler/index.html
|
|
|
|
(?:^|/)MonacoPreviewHandler/generateLanguagesJson.html
|
2021-03-18 02:27:30 +08:00
|
|
|
(?:^|/)(?i)COPYRIGHT
|
|
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
|
|
(?:^|/)package(?:-lock)\.json$
|
|
|
|
(?:^|/)vendor/
|
2021-12-13 03:42:04 +08:00
|
|
|
(?:^|/)WindowsSettings\.json$
|
2021-03-18 02:27:30 +08:00
|
|
|
/package(?:-lock|)\.json$
|
|
|
|
/pinyindb/
|
|
|
|
/settings-html/
|
|
|
|
ignore$
|
|
|
|
[/.][a-z]{2}(?:-[a-zA-Z]{2}|)\.
|
2020-05-21 11:19:08 +08:00
|
|
|
\.ai$
|
|
|
|
\.bmp$
|
|
|
|
\.dat$
|
|
|
|
\.dll$
|
2021-12-13 03:42:04 +08:00
|
|
|
\.filters$
|
2021-12-10 19:53:01 +08:00
|
|
|
\.gcode$
|
2020-05-21 11:19:08 +08:00
|
|
|
\.gif$
|
|
|
|
\.gitignore$
|
|
|
|
\.ico$
|
|
|
|
\.jpg$
|
|
|
|
\.lcl$
|
2021-03-18 02:27:30 +08:00
|
|
|
\.lock$
|
|
|
|
\.min\.
|
|
|
|
\.mod$
|
2020-05-21 11:19:08 +08:00
|
|
|
\.pdf$
|
|
|
|
\.PNG$
|
2021-05-11 15:39:14 +08:00
|
|
|
\.png$
|
2022-01-25 19:51:37 +08:00
|
|
|
\.stl$
|
2020-05-21 11:19:08 +08:00
|
|
|
\.woff$
|
|
|
|
\.zip$
|
2021-09-22 01:07:01 +08:00
|
|
|
^doc/devdocs/akaLinks\.md$
|
2022-02-01 03:04:11 +08:00
|
|
|
^installer/PowerToysSetup/WebView2/MicrosoftEdgeWebview2Setup.exe$
|
2021-05-11 15:39:14 +08:00
|
|
|
^src/common/logger/logger\.vcxproj\.filters$
|
|
|
|
^src/common/notifications/BackgroundActivatorDLL/BackgroundActivator\.vcxproj\.filters$
|
|
|
|
^src/common/notifications/BackgroundActivatorDLL/cpp\.hint$
|
|
|
|
^src/modules/colorPicker/ColorPickerUI/Resources/colorPicker\.cur$
|
|
|
|
^src/modules/fancyzones/lib/FancyZonesWinHookEventIDs\.h$
|
|
|
|
^src/modules/imageresizer/dll/ContextMenuHandler\.rgs$
|
|
|
|
^src/modules/imageresizer/dll/ImageResizerExt\.rgs$
|
|
|
|
^src/modules/powerrename/testapp/PowerRenameTest\.vcxproj\.filters$
|
|
|
|
^src/modules/previewpane/PreviewPaneUnitTests/HelperFiles/MarkdownWithHTMLImageTag\.txt$
|
2021-12-13 03:42:04 +08:00
|
|
|
^src/modules/previewpane/UnitTests-MarkdownPreviewHandler/HelperFiles/MarkdownWithHTMLImageTag.txt$
|
2021-05-11 15:39:14 +08:00
|
|
|
^tools/CleanUp_tool/CleanUp_tool\.vcxproj\.filters$
|
2021-03-18 02:27:30 +08:00
|
|
|
^\.github/
|
2020-05-21 11:19:08 +08:00
|
|
|
^\.github/actions/spell-check/
|
2021-05-11 15:39:14 +08:00
|
|
|
^\.gitmodules$
|
[PT Run][New Plugin] Time zone plugin (#11431)
* Initial commit - simple idea for a time zone plugin
* Translations, better search results, copy to clipboard, cleanup
* fix typo
* Add shortcut search and prepare JSON for later usage
* Fix typo
* Use timezone Data only from JSON
* Exclude json file from spell checker
* fix wrong dst
* Improved results (title, subtitle, tooltip) and fix namespace/class problem
* Always show full offset (-##:## and +##:##)
* Add and show timezone names (first pass)
* Fix typos
* fix build
* JSON: fix wrong minus sign and put extra country info the end
* Improved Subtitle for many matched countries and allow full offset search (+ and -)
* Allow more than one names for time zones and remove leftover
* Add military time zone names, and fix name result
* Only use one JSON entry for one time zone
* Use TimeSpan for offset, use build-in calculation for time in time zone
* add descriptions for JSON schema
* Fix typos
* Split out names in separate properties
* Add many time names, time zone names and shortcuts
* Add additional options and most code documentation
* Fix unreadable TimeSpans in JSON and rename helper class
* Fix not allowed commas in JSON file
* Cut to long time and time zone names in title
* Fix missing results for names and offsets
* Better result and show only one result when offset are identical (respect daylight saving time)
* Show generic name fot time zones without names
* Typo fixes
* Fix not working serach by shortcuts
* Fix german resx file -> english resx file
* Translate all names and countires
* Fix not working context menu
* Typo fixes, fix wrong shortcut in names, comments, few better variable names
* New symbols - thx to niels9001
* Search by shortcuts for time names
* update schema
* Add more time zone names and shortcuts (second pass), make spell checker happy
* Reduce matching checks
* Show shortcuts in tool-tips, avoid string converting
* Show only names that match the query
* Make all translatable (Part 1)
* Make all translatable (part 2 of 2)
* XML Doc
* Fix plugin name (type)
* Fix Typos
* Add TimeZone Plugint to WXS
* Add TimeZone plugin to sign pipeline
* Add Documentation
* Remove double spell entries
* Remove TODO leftovers
* Fix for results with no countries
* Fix typos
* fix typos
* Fix broken siolution after rebase
* Update target framework to make build happy
* fix wrong guid count in WXS
* fix wrong output folder (setup wasn’t found files)
* Address feedback from @jsoref - fix spell check
* typo fix - one leftover in expect.txt
* Switch to .NET6 and update dokumentation
* Address feedbacks, and fix search bug
* fix installer build error
* fix spellchecker
* Address feedback from @htcfreek
Co-authored-by: Sekan, Tobias <tobias.sekan@axp-consulting.de>
2022-02-23 22:26:48 +08:00
|
|
|
(?:^|/)WindowsSettings\.json$
|
|
|
|
(?:^|/)timezones\.json$
|