chore: Add logs directory to gitignore to exclude runtime log files

This commit is contained in:
2026-02-04 00:42:51 -06:00
parent 9a7b00649b
commit d5a0f1169c

2
.gitignore vendored
View File

@@ -41,6 +41,8 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dump.rdb
logs/
*.log
# System files
.DS_Store