Files
projekt1/.gitignore
2025-09-29 18:07:53 +02:00

50 lines
458 B
Plaintext

# === Rust / Cargo ===
/target/
/**/target/
/**/*.rlib
**/*.d
**/*.rlib
**/*.rmeta
# === Nix / Flakes ===
result
.nix-result
.nix-gcRoots
.direnv
.envrc
.nix-hidden
# === Editor / IDE ===
# VSCode
.vscode/
# IntelliJ / CLion / RustRover
.idea/
*.iml
# Emacs
*~
.#*
# Vim
*.swp
*.swo
# === Logs and Dumps ===
*.log
*.out
*.err
# === OS Junk ===
.DS_Store
Thumbs.db
# === ESP build junk ===
esp-idf/
.espressif/
*.elf
*.bin
*.uf2
*.app
*.map
flake.lock