mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
配置.gitignore
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1 +1,32 @@
|
|||||||
/node_modules
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/dist
|
||||||
|
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
fe-manage.iml
|
||||||
|
package-lock.json
|
||||||
|
src/api/config.js
|
||||||
|
src/api/config.js
|
||||||
|
src/api/config.js
|
||||||
|
src/api/config.js
|
||||||
|
fe-manage-develop.iml
|
||||||
|
|
||||||
|
yarn.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user