mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 20:07:16 +08:00
add ui
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -68,22 +68,12 @@ settings.py
|
|||||||
*.db
|
*.db
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
node_modules
|
ui/node_modules
|
||||||
dist
|
ui/dist
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
npm-debug.log*
|
ui/npm-debug.log*
|
||||||
yarn-debug.log*
|
ui/yarn-debug.log*
|
||||||
yarn-error.log*
|
ui/yarn-error.log*
|
||||||
yarn.lock
|
ui/yarn.lock
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw*
|
|
||||||
|
Reference in New Issue
Block a user