mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
34 lines
342 B
Plaintext
34 lines
342 B
Plaintext
|
/nbproject
|
||
|
/runtime/*
|
||
|
/install
|
||
|
/vendor
|
||
|
node_modules
|
||
|
dist
|
||
|
dist-ssr
|
||
|
/public/*.lock
|
||
|
/public/uploads/*
|
||
|
.DS_Store
|
||
|
composer.lock
|
||
|
/.env
|
||
|
|
||
|
# Log files
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
!/web/.vscode
|
||
|
|
||
|
# Other
|
||
|
*.css.map
|
||
|
*.local
|
||
|
!.gitkeep
|
||
|
.svn
|