reconcile/.gitignore
2026-05-31 16:57:03 +01:00

17 lines
275 B
Text

# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Rust build folder
target
# Node dependencies
node_modules
# WebPack build output
dist
# Generated wasm-bindgen bundler + wasm2js output for the React Native build
pkg-rn
# Python virtual environment
.venv