aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2017-08-01 02:20:12 +0200
committerTeddy Wing2017-08-01 02:20:40 +0200
commit8b8c6864b7b1c2edcd93ce75393cef36883622b9 (patch)
treede5c20164892de91fdf1eb4904857dae099c615e /.gitignore
parentc5901e50936f2558e4ea6dc20788494a2ce61ed1 (diff)
downloadsorbot-8b8c6864b7b1c2edcd93ce75393cef36883622b9.tar.bz2
.gitignore: Ignore local Sqlite database
And add comments and sections.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6fabf46..0663b9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
+# Build
/.stack-work/
+
+# Database
+/db/*.sqlite3