忽略 Windows 下编译的二进制文件和 SQLite 数据文件

This commit is contained in:
huiyifyj 2024-12-16 21:47:06 +08:00
parent d24eeefc86
commit 2cd76c752f
No known key found for this signature in database
GPG Key ID: 67D4F264AF9D2C4C
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -1,4 +1,3 @@
.idea/
/web/node_modules
/web/dist
@ -33,3 +32,11 @@ server/uploads/
*.iml
web/.pnpm-debug.log
web/pnpm-lock.yaml
# binary files
*.exe
# SQLite database files
*.db
*.sqlite
*.sqlite3