mirror of
https://github.com/louis-e/arnis.git
synced 2025-12-23 22:37:56 -05:00
51 lines
487 B
Plaintext
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
|