aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 181e20b1b3..317f54dbb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,11 +25,12 @@
*.rar
*.bin
*.lock
-
+*.sqlite
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/eclipse
/build
/out
-/.gradle \ No newline at end of file
+/.gradle
+/venv \ No newline at end of file