vuinputd/.gitignore
Johannes Leupolz 61cfb84cff Add .gitignore
2025-12-12 11:11:05 +00:00

57 lines
605 B
Text

# Ignore build artifacts and editor files for this Rust workspace
# Rust / Cargo
/target/
**/target/
**/target/*
**/debug/
**/release/
**/incremental/
# Generated package crates / archives
/package/
/package/*
# tarpaulin coverage output
/tarpaulin/
# VS Code and JetBrains
.vscode/
.idea/
# Editor swap / backup files
*~
*.swp
*.swo
# macOS
.DS_Store
# Windows
Thumbs.db
# Temporary files
/tmp/
# Build artifacts
*.o
*.rlib
*.so
*.dylib
*.dll
*.exe
# Coverage/profiler data
*.profraw
*.profdata
# Environment files (optional)
.env
.env.local
# Misc
.cache/
.cargo/
# Debian build files
ex/*