You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
357 B
Plaintext
28 lines
357 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
yarn.lock
|
|
package-lock.json
|
|
# local env files
|
|
# .env.local
|
|
.env.*.local
|
|
# vue.config.js
|
|
# Log files
|
|
npm-debug.log*
|
|
package-lock.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
开发计划.xlsx
|
|
.~开发计划.xlsx
|
|
文档.docx
|
|
.~文档.docx
|
|
延期说明.docx
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|