This commit is contained in:
TuxCoder 2018-11-18 15:13:58 +01:00
commit 52eb13dd88
33 changed files with 22286 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
~*
*.py[co]
.DS_Store
.webassets-cache