Skip to content

Commit 6c6ce7c

Browse files
committed
ignore
1 parent 937fb10 commit 6c6ce7c

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

.gitignore

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1+
# Dependencies
12
node_modules/
3+
.pnpm-store/
4+
5+
# Build artifacts
26
build/
37
libs/
4-
npm-debug.log
5-
libpg_query/**/*.proto
6-
wasm/libpg-query.js
7-
*.wasm
8-
.cache
98
esm/
109
cjs/
11-
.claude
10+
11+
# WASM build outputs
1212
wasm/
13-
versions/17/wasm/
14-
.pnpm-store/
13+
versions/*/wasm/
14+
*.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

Comments
 (0)