mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 23:58:42 +00:00
update
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# === 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.*
|
Reference in New Issue
Block a user