diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-11-21 13:27:51 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-11-21 13:37:05 +0100 |
commit | 76b682ac3073638fda5d6caa23594dd56bf6f06d (patch) | |
tree | 0b398cf3f8ea9f95e6b9727bfb8bc639c9dc8376 /.gitignore | |
download | watchnews-76b682ac3073638fda5d6caa23594dd56bf6f06d.tar.gz watchnews-76b682ac3073638fda5d6caa23594dd56bf6f06d.zip |
a functional draft
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d458c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +db.sqlite |