chore: Update .gitignore and remove tracked ignored files

This commit is contained in:
2026-06-25 10:17:06 +05:30
parent a55fd2e1bd
commit 51373fa6ec
2 changed files with 25 additions and 1 deletions

26
.gitignore vendored
View File

@@ -1 +1,25 @@
/target
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Env variables
.env
.env.*
# SQLite databases
*.db
*.db-*
*.sqlite
*.sqlite3
# Secrets
secrets.json
secrets.json.bak

BIN
data.db

Binary file not shown.