Files
arnis/.gitignore
2024-12-25 01:42:08 +01:00

51 lines
487 B
Plaintext

# Environment files
.env
.envrc
/.direnv
# Build artifacts
/target
**/*.rs.bk
# Lock files
Cargo.lock
# IDE/editor files
.idea/
/.vscode/
/*.swp
*.iml
*.suo
*.ntvs*
*.njsproj
*.sln
*.ps1
# System files
.DS_Store
Thumbs.db
*.tmp
*.log
# Generated files
/export.json
/parsed_osm_data.txt
/gen/
/build/
*.rmeta
*.dSYM
# Tauri specific
flake/
gen/
# Miscellaneous
*.bak
*.old
*.orig
# Ignore all in flake directory except specific files
/flake/*
!/flake/flake.nix
!/flake/flake.lock