diff options
author | Noah <mounderfod@gmail.com> | 2022-07-07 19:19:22 +0100 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2022-07-07 19:19:22 +0100 |
commit | 9f617f76f5de31747af6b8b01db0663cd5718765 (patch) | |
tree | 7a1bba7651bf8af506286eae3a8209acbd9d2a06 /.gitignore | |
parent | 5256f4f070184fb5aecb4eddc6e011fc531743b9 (diff) | |
download | discobra-9f617f76f5de31747af6b8b01db0663cd5718765.tar.gz |
chore: Update gitignore and license
Add .idea to gitignore Update copyright notice
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b6e4761..e3d86f5 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,9 @@ instance/ # Sphinx documentation docs/_build/ +# PyCharm +.idea/ + # PyBuilder target/ |