mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
chore: untrack node_modules, improve .gitignore
This commit is contained in:
+14
@@ -6,3 +6,17 @@ GEMINI.md
|
||||
GROK.md
|
||||
QWEN.md
|
||||
grpc-server.log
|
||||
|
||||
# hygiene (untrack node_modules, block common build output)
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
.pnpm-store/
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
coverage/
|
||||
playwright-report/
|
||||
test-results/
|
||||
*.log
|
||||
tmp/
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user