Files
tree-sitter-xml/.gitignore
Sean O'Connor 4c8286def0 Add README, .gitignore, and clean up build artifacts
- 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
2025-09-11 11:27:32 -04:00

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