diff options
author | syn <isaqtm@gmail.com> | 2020-03-18 12:24:37 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-03-18 12:24:37 +0300 |
commit | 9825d2ad0dacc1d281924b634f17b157c1f36da3 (patch) | |
tree | 39b564827ce739c306aeb5454941e3008adcf0c2 | |
parent | 977c7c38ff4196f43c4784308d81fd7e6a471511 (diff) | |
download | blure-9825d2ad0dacc1d281924b634f17b157c1f36da3.tar.gz |
Add gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1b3030 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +__pycache__/* + +# sass/js compiled maps +*.map |