mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
56 lines
670 B
Text
56 lines
670 B
Text
# Rust
|
|
/backend/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Additional local Rust build artifacts
|
|
/backend/target-*/
|
|
/backend/target-test*/
|
|
/backend/target-clippy-*/
|
|
/backend/target_test_*/
|
|
|
|
# Node
|
|
/frontend/node_modules/
|
|
/frontend/dist/
|
|
/frontend/.astro/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
backend/.env
|
|
|
|
# Development state
|
|
.dev/
|
|
scripts/.dev/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Podman
|
|
.podman/
|
|
|
|
# Internal development documentation (not for public)
|
|
/docu_dev/
|
|
|
|
# Compose environment files (contain secrets)
|
|
/compose/.env.production
|
|
/compose/.env.demo
|
|
|
|
# Database
|
|
*.sql.backup
|
|
|
|
# Build artifacts
|
|
*.dump
|
|
*.dump.gz
|