diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dcc40d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +docs/ export-ignore +resources/*.png export-ignore +resources/*.py export-ignore \ No newline at end of file diff --git a/resources/convertresources.py b/resources/convertresources.py index eb78792..fdcd878 100644 --- a/resources/convertresources.py +++ b/resources/convertresources.py @@ -1,8 +1,5 @@ """ A small script to convert the images into base64 data """ -# FIXME: ignore this script and the original images in .gitignore so that it pushes to -# the GitHub repository but not package control - from base64 import b64encode with open('404.png', 'rb') as png, open('404.base64', 'wb') as base64: