-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
754 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>Dialog</class> | ||
<widget class="QDialog" name="Dialog"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>504</width> | ||
<height>426</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>Add patterns to exclude</string> | ||
</property> | ||
<layout class="QVBoxLayout" name="verticalLayout_2"> | ||
<property name="topMargin"> | ||
<number>10</number> | ||
</property> | ||
<item> | ||
<widget class="QTabWidget" name="tabWidget"> | ||
<property name="currentIndex"> | ||
<number>0</number> | ||
</property> | ||
<widget class="QWidget" name="tab"> | ||
<attribute name="title"> | ||
<string>Custom</string> | ||
</attribute> | ||
<layout class="QVBoxLayout" name="verticalLayout_3"> | ||
<item> | ||
<widget class="QLabel" name="customPresetsHelpText"> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QListView" name="customExclusionsList"/> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||
<item> | ||
<spacer name="horizontalSpacer"> | ||
<property name="orientation"> | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeHint" stdset="0"> | ||
<size> | ||
<width>40</width> | ||
<height>20</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<widget class="QToolButton" name="bAddPattern"/> | ||
</item> | ||
<item> | ||
<widget class="QToolButton" name="bRemovePattern"/> | ||
</item> | ||
</layout> | ||
</item> | ||
</layout> | ||
</widget> | ||
<widget class="QWidget" name="tab_2"> | ||
<attribute name="title"> | ||
<string>Presets</string> | ||
</attribute> | ||
<layout class="QVBoxLayout" name="verticalLayout_3"> | ||
<item> | ||
<widget class="QLabel" name="exclusionPresetsHelpText"> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QListView" name="exclusionPresetsList"/> | ||
</item> | ||
</layout> | ||
</widget> | ||
<widget class="QWidget" name="tab_4"> | ||
<attribute name="title"> | ||
<string>Raw</string> | ||
</attribute> | ||
<layout class="QVBoxLayout" name="verticalLayout_4"> | ||
<item> | ||
<widget class="QLabel" name="rawExclusionsHelpText"> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPlainTextEdit" name="rawExclusionsText"/> | ||
</item> | ||
</layout> | ||
</widget> | ||
<widget class="QWidget" name="tab_3"> | ||
<attribute name="title"> | ||
<string>Preview</string> | ||
</attribute> | ||
<layout class="QVBoxLayout" name="verticalLayout_4"> | ||
<item> | ||
<widget class="QLabel" name="exclusionsPreviewHelpText"> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPlainTextEdit" name="exclusionsPreviewText"/> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" name="horizontalLayout_3"> | ||
<item> | ||
<spacer name="horizontalSpacer_3"> | ||
<property name="orientation"> | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeHint" stdset="0"> | ||
<size> | ||
<width>40</width> | ||
<height>20</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="bPreviewCopy"> | ||
<property name="text"> | ||
<string>Copy to Clipboard</string> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</item> | ||
</layout> | ||
</widget> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QDialogButtonBox" name="buttonBox"> | ||
<property name="standardButtons"> | ||
<set>QDialogButtonBox::Close</set> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[ | ||
{ | ||
"name": "Chromium cache and config files", | ||
"slug": "chromium-cache", | ||
"patterns": | ||
[ | ||
"fm:*/.config/chromium/*/Local Storage", | ||
"fm:*/.config/chromium/*/Session Storage", | ||
"fm:*/.config/chromium/*/Service Worker/CacheStorage", | ||
"fm:*/.config/chromium/*/Application Cache", | ||
"fm:*/.config/chromium/*/History Index *", | ||
"fm:*/snap/chromium/common/.cache", | ||
"fm:*/snap/chromium/*/.config/chromium/*/Service Worker/CacheStorage", | ||
"fm:*/snap/chromium/*/.local/share/" | ||
], | ||
"tags":["application:chromium", "type:browser", "os:linux"], | ||
"author": "Divi" | ||
}, | ||
{ | ||
"name": "Google Chrome cache and config files", | ||
"slug": "google-chrome-cache", | ||
"patterns": | ||
[ | ||
"fm:*/.config/google-chrome/ShaderCache", | ||
"fm:*/.config/google-chrome/*/Local Storage", | ||
"fm:*/.config/google-chrome/*/Session Storage", | ||
"fm:*/.config/google-chrome/*/Application Cache", | ||
"fm:*/.config/google-chrome/*/History Index *", | ||
"fm:*/.config/google-chrome/*/Service Worker/CacheStorage" | ||
], | ||
"tags": ["application:chrome", "type:browser", "os:linux"], | ||
"author": "Divi" | ||
}, | ||
{ | ||
"name": "Brave cache and config files", | ||
"slug": "brave-cache", | ||
"patterns":[ | ||
"fm:*/.config/BraveSoftware/Brave-Browser/*/Feature Engagement Tracker/", | ||
"fm:*/.config/BraveSoftware/Brave-Browser/*/Local Storage/", | ||
"fm:*/.config/BraveSoftware/Brave-Browser/*/Service Worker/CacheStorage/", | ||
"fm:*/.config/BraveSoftware/Brave-Browser/*/Session Storage/", | ||
"fm:*/.config/BraveSoftware/Brave-Browser/Safe Browsing/", | ||
"fm:*/.config/BraveSoftware/Brave-Browser/ShaderCache/" | ||
], | ||
"tags": ["application:brave", "type:browser", "os:linux"], | ||
"author": "Divi" | ||
}, | ||
{ | ||
"name": "Mozilla Firefox cache and config files", | ||
"slug": "firefox-cache", | ||
"patterns":[ | ||
"fm:*/.mozilla/firefox/*/Cache", | ||
"fm:*/.mozilla/firefox/*/minidumps", | ||
"fm:*/.mozilla/firefox/*/.parentlock", | ||
"fm:*/.mozilla/firefox/*/urlclassifier3.sqlite", | ||
"fm:*/.mozilla/firefox/*/blocklist.xml", | ||
"fm:*/.mozilla/firefox/*/extensions.sqlite", | ||
"fm:*/.mozilla/firefox/*/extensions.sqlite-journal", | ||
"fm:*/.mozilla/firefox/*/extensions.rdf", | ||
"fm:*/.mozilla/firefox/*/extensions.ini", | ||
"fm:*/.mozilla/firefox/*/extensions.cache", | ||
"fm:*/.mozilla/firefox/*/XUL.mfasl", | ||
"fm:*/.mozilla/firefox/*/XPC.mfasl", | ||
"fm:*/.mozilla/firefox/*/xpti.dat", | ||
"fm:*/.mozilla/firefox/*/compreg.dat", | ||
"fm:*/.mozilla/firefox/*/pluginreg.dat" | ||
], | ||
"tags": ["application:firefox", "type:browser", "os:linux"], | ||
"author": "Divi" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"name": "Node Modules and package manager cache", | ||
"slug": "node-cache", | ||
"patterns": | ||
[ | ||
"fm:*/node_modules", | ||
"fm:*/.npm" | ||
], | ||
"tags": ["type:dev", "lang:javascript", "os:linux", "os:darwin"], | ||
"author": "Divi" | ||
}, | ||
{ | ||
"name": "Python cache and virtualenv", | ||
"slug": "python-cache", | ||
"patterns": | ||
[ | ||
"fm:*/__pycache__", | ||
"fm:*.pyc", | ||
"fm:*.pyo", | ||
"fm:*/.virtualenvs" | ||
], | ||
"tags": ["type:dev", "lang:python", "os:linux", "os:darwin"], | ||
"author": "Divi" | ||
}, | ||
{ | ||
"name": "Rust artefacts", | ||
"slug": "rust-artefacts", | ||
"patterns": | ||
[ | ||
"fm:*/.cargo", | ||
"fm:*/.rustup" | ||
], | ||
"tags": ["type:dev", "lang:rust", "os:linux", "os:darwin"], | ||
"author": "Divi" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.