summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/.gitignore
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-05-26 17:25:06 -0400
committerJay V <[email protected]>2025-05-26 17:25:12 -0400
commit66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1 (patch)
tree5ef9340b1c496076dd1e12156fdc35c3f3c35933 /app/packages/web/.gitignore
parentdeacf5991abfb777aae7823a8e7e352fbefdabd0 (diff)
downloadopencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.tar.gz
opencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.zip
Merging docs and share app
Diffstat (limited to 'app/packages/web/.gitignore')
-rw-r--r--app/packages/web/.gitignore23
1 files changed, 21 insertions, 2 deletions
diff --git a/app/packages/web/.gitignore b/app/packages/web/.gitignore
index 76add878f..6240da8b1 100644
--- a/app/packages/web/.gitignore
+++ b/app/packages/web/.gitignore
@@ -1,2 +1,21 @@
-node_modules
-dist \ No newline at end of file
+# build output
+dist/
+# generated types
+.astro/
+
+# dependencies
+node_modules/
+
+# logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+
+# environment variables
+.env
+.env.production
+
+# macOS-specific files
+.DS_Store