chore: remove cookies.txt from repo, add to gitignore
All checks were successful
CI / build (push) Successful in 50s

This commit is contained in:
2026-06-28 12:01:01 +03:30
parent 4af8a95af6
commit 315107839c
2 changed files with 10 additions and 132 deletions

19
.gitignore vendored
View File

@@ -1,10 +1,11 @@
.build/
*.exe
*.db
*.db-wal
*.db-shm
.env
.DS_Store
tmp/
opencode.json
.build/
cookies.txt
*.db
*.db-shm
*.db-wal
.DS_Store
.env
*.exe
opencode.json
tmp/