Private
Public Access
1
0

removed db.sqlite3

This commit is contained in:
sanderroosendaal
2016-10-31 14:15:40 +01:00
parent 20a96ee18d
commit bb39d2b0af
2 changed files with 16 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
# Emacs temp files
*.*~
# database
*.sqlite3

Binary file not shown.