main
Brett 2025-07-10 17:16:32 -04:00
parent d13cf7b7c0
commit 3a455b56d7
1 changed files with 8 additions and 3 deletions

11
.gitignore vendored
View File

@ -1,5 +1,10 @@
cmake-build-*/ cmake-build*/
.env build/
*.env out/
./cmake-build*/
./build/
./out/
*.sqlite3 *.sqlite3
*.sqlite *.sqlite
*.env
.env