summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a86053a..f4f8ed8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,10 @@ __pycache__/
*.py[cod]
# C extensions
-*.so \ No newline at end of file
+*.so
+
+# SQLite Database
+*.sqlite
+
+# Node Modules
+node_modules/ \ No newline at end of file