init
This commit is contained in:
commit
52eb13dd88
33 changed files with 22286 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue