upload project source code
This commit is contained in:
36
前端源码/uni-app/.gitignore
vendored
Normal file
36
前端源码/uni-app/.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# 构建输出
|
||||
unpackage/
|
||||
dist/
|
||||
|
||||
# 本地环境配置
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 编辑器/IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*.vsix
|
||||
*~
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 缓存
|
||||
.cache/
|
||||
.temp/
|
||||
*.cache
|
||||
|
||||
# 小程序本地配置
|
||||
project.private.config.json
|
||||
Reference in New Issue
Block a user