summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-11-22 00:11:43 -0600
committerNathan Ringo <nathan@remexre.com>2024-11-22 00:11:43 -0600
commitdd0e6e45c35133ec8a3e2886b7b050484b388d03 (patch)
tree3ea9f5a098fc9c150473942c97e8b07833440803 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea250c4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Blanket ignores and exceptions to them
+*~
+
+# Nix outputs
+.direnv/
+result
+result-*
+
+# Non-Nix outputs
+.env
+db_dir/
+target/