about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-07 19:19:22 +0100
committerNoah <mounderfod@gmail.com>2022-07-07 19:19:22 +0100
commit9f617f76f5de31747af6b8b01db0663cd5718765 (patch)
tree7a1bba7651bf8af506286eae3a8209acbd9d2a06 /.gitignore
parent5256f4f070184fb5aecb4eddc6e011fc531743b9 (diff)
downloaddiscobra-9f617f76f5de31747af6b8b01db0663cd5718765.tar.gz
chore: Update gitignore and license
Add .idea to gitignore
Update copyright notice
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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/