1
1
forked from wangqifan/calc
This commit is contained in:
wangqifan 2025-03-26 12:22:58 +08:00
parent 16894901da
commit 99e2d2ea2e

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# 忽略 disk 目录
disk/
# 但是保留 frontend/disk.zip
!frontend/disk.zip
# 常见的需要忽略的文件
.DS_Store
node_modules/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*