diff --git a/.gitignore b/.gitignore index 07f4c08826..34796a8da2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ __pycache__/ _static/ .idea .secret +atlassian-ide-plugin.xml diff --git a/src/.gitignore b/src/.gitignore index e69de29bb2..b03f94ee20 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -0,0 +1,4 @@ +data/ +pretix.cfg +*.sqlite +.cache