chore: remove cookies.txt from repo, add to gitignore
All checks were successful
CI / build (push) Successful in 50s
All checks were successful
CI / build (push) Successful in 50s
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user