mirror of
https://github.com/Xevion/sharex-quickzoom.git
synced 2025-12-07 05:16:26 -06:00
license move
This commit is contained in:
4
clean.py
4
clean.py
@@ -1,12 +1,14 @@
|
|||||||
import os, sys, send2trash
|
import os, sys, send2trash
|
||||||
|
|
||||||
blacklist = [
|
blacklist = [
|
||||||
|
# files
|
||||||
'clean.py',
|
'clean.py',
|
||||||
'main.py',
|
'main.py',
|
||||||
'LICENSE',
|
'LICENSE.md',
|
||||||
'screenshot.png',
|
'screenshot.png',
|
||||||
'README.md',
|
'README.md',
|
||||||
'.git',
|
'.git',
|
||||||
|
# folders
|
||||||
'.gitignore',
|
'.gitignore',
|
||||||
'resources'
|
'resources'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user