初始化
This commit is contained in:
37
auts_new.client/.gitignore
vendored
Normal file
37
auts_new.client/.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
|
||||
# dependencies manager
|
||||
node_modules/
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# build files
|
||||
es/
|
||||
lib/
|
||||
dist/
|
||||
typings/
|
||||
|
||||
_site
|
||||
package
|
||||
tmp*
|
||||
temp*
|
||||
coverage
|
||||
test-report.html
|
||||
.idea/
|
||||
yarn-error.log
|
||||
*.zip
|
||||
.history
|
||||
.stylelintcache
|
||||
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# lock文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user