forked from wangqifan/calc
111
This commit is contained in:
parent
16894901da
commit
99e2d2ea2e
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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*
|
||||
Loading…
x
Reference in New Issue
Block a user