mirror of
https://github.com/soconnor0919/tree-sitter-compare-output.git
synced 2026-02-04 23:56:33 -05:00
- Added comprehensive README with usage instructions - Added .gitignore to prevent build artifacts from being committed - Removed target/ directories and duplicate WASM files - Cleaned up parser binaries and test files
26 lines
185 B
Plaintext
26 lines
185 B
Plaintext
# Build artifacts
|
|
target/
|
|
*.wasm
|
|
*.dylib
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.a
|
|
*.o
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|