Update .gitignore: add .agents/, .env files, and refine .env.example handling #27

Merged
vikingowl merged 1 commits from dev into main 2025-10-03 07:44:46 +02:00

5
.gitignore vendored
View File

@@ -4,6 +4,10 @@
debug/
target/
dev/
.agents/
.env
.env.*
!.env.example
# 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
@@ -100,4 +104,3 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser