1
0
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:
ksamuel
2020-08-18 14:38:31 +02:00
parent eb5ecdb04e
commit fab8f31064
4 changed files with 30 additions and 66 deletions

21
.gitignore vendored
View File

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