void: Finish porting the main source
diff --git a/apps/void/.gitignore b/apps/void/.gitignore
new file mode 100644
index 0000000..09d4fbf
--- /dev/null
+++ b/apps/void/.gitignore
@@ -0,0 +1,18 @@
+.DS_Store
+node_modules
+/build
+/.svelte-kit
+/package
+.env
+.env.*
+!.env.example
+vite.config.js.timestamp-*
+vite.config.ts.timestamp-*
+
+# Direnv & devenv
+.direnv/
+.devenv/
+
+# Env variable files
+.env.*
+.env