mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Change compress tooling to avoid svg tag scrambling
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -7,8 +7,7 @@
|
||||
*_index
|
||||
*.orig
|
||||
*.swp
|
||||
.* # all hidden files...
|
||||
!.gitignore # ...except gitignore
|
||||
|
||||
|
||||
# binaries
|
||||
|
||||
@@ -19,8 +18,12 @@ __pycache__
|
||||
*.db
|
||||
|
||||
|
||||
# files generated by setuptools
|
||||
# build and env
|
||||
|
||||
build
|
||||
0bin
|
||||
env
|
||||
venv
|
||||
*.egg-info
|
||||
dist
|
||||
*.tar.gz
|
||||
@@ -28,14 +31,14 @@ dist
|
||||
*.in
|
||||
|
||||
|
||||
# others
|
||||
# IDE
|
||||
|
||||
content
|
||||
*.sublime-project
|
||||
*-workspace
|
||||
*_old*
|
||||
settings_local.py
|
||||
build
|
||||
.vscode
|
||||
var
|
||||
0bin
|
||||
|
||||
# JS
|
||||
|
||||
package-lock.json
|
||||
node_modules
|
||||
|
||||
Reference in New Issue
Block a user