diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-10-14 09:51:00 +0200 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-10-14 09:51:00 +0200 |
commit | 799f29346035e9a77c401a5a6f0e07e80d1e28b4 (patch) | |
tree | 95676d33f212ac61c61aa59d2311e6359dc4793e | |
parent | e72911256adfbe4d2ceb06f78d3f34010b915a13 (diff) |
add .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbf16f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/config +/output/ +/venv/ |