Files
Marlin/.gitignore
thePR0M3TH3AN fe8aa18803 update
2025-05-14 17:51:17 -04:00

43 lines
470 B
Plaintext

# === Rust artifacts ===
/target/
/Cargo.lock
# === IDEs & editors ===
.idea/
.vscode/
*.swp
*.swo
*.bak
*~
# === OS files ===
.DS_Store
Thumbs.db
ehthumbs.db
desktop.ini
# === Logs and build artifacts ===
*.log
*.out
*.err
# === Marlin-specific ===
/index.db
index.db
*.sqlite
*.sqlite-wal
*.sqlite-shm
# === Tests and scratch ===
/tmp/
*.test.db
test.db
# === Environment variables and secrets ===
.env
.env.*
# === Other ===
repo-context.txt
saved_config.yaml