diff options
author | Expo on server <expo@expo.hands.com> | 2019-06-27 00:23:22 +0100 |
---|---|---|
committer | Expo on server <expo@expo.hands.com> | 2019-06-27 00:23:22 +0100 |
commit | 9266e5460e745ea0b36dcfd2d050c24a1d21f2cf (patch) | |
tree | 440cf8acc9434589532e7bb062fa627b33a16c54 /.gitignore | |
parent | ad458590713277814b075f7ed503dd0c87e4cd36 (diff) | |
download | troggle-9266e5460e745ea0b36dcfd2d050c24a1d21f2cf.tar.gz troggle-9266e5460e745ea0b36dcfd2d050c24a1d21f2cf.tar.bz2 troggle-9266e5460e745ea0b36dcfd2d050c24a1d21f2cf.zip |
Add .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6cbf023 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# use glob syntax +syntax: glob + +*.pyc +db* +localsettings.py +*~ +parsing_log.txt +troggle +troggle_log.txt +.idea/* +*.orig +media/images/* +.vscode/* +.swp +imagekit-off/ |