We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937fb10 commit 6c6ce7cCopy full SHA for 6c6ce7c
1 file changed
.gitignore
@@ -1,14 +1,26 @@
1
+# Dependencies
2
node_modules/
3
+.pnpm-store/
4
+
5
+# Build artifacts
6
build/
7
libs/
-npm-debug.log
-libpg_query/**/*.proto
-wasm/libpg-query.js
-*.wasm
8
-.cache
9
esm/
10
cjs/
11
-.claude
+# WASM build outputs
12
wasm/
13
-versions/17/wasm/
14
-.pnpm-store/
+versions/*/wasm/
+*.wasm
15
+wasm/libpg-query.js
16
17
+# Build cache and temporary files
18
+.cache
19
20
+# Generated files
21
+libpg_query/**/*.proto
22
23
+# Development tools and logs
24
+npm-debug.log
25
+.claude
26
+.openhands/
0 commit comments