html/.gitignore
ZZY c7ac1202c6 refactor(db): 重构测试数据库路径加载方式
- 更新 .gitignore 文件,忽略数据库文件
- 修改 test_db.js 文件,使用相对路径获取数据库文件
2024-10-23 23:05:28 +08:00

7 lines
62 B
Plaintext

.*
!.gitignore
*-*/
*.db
node_modules/
test/
package-lock.json