license move

This commit is contained in:
Xevion
2019-08-03 22:09:32 -05:00
parent 626b11a2dd
commit 10a6113b4b
2 changed files with 3 additions and 1 deletions

View File

View File

@@ -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'
] ]