mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
b044d8d90e
commit
18758a1614
48
.gitignore
vendored
48
.gitignore
vendored
@ -1,32 +1,58 @@
|
|||||||
|
# Dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/vendor
|
||||||
|
|
||||||
|
# Build and temporary files
|
||||||
|
/build
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/tmp
|
/public/tmp
|
||||||
|
/tmp
|
||||||
|
|
||||||
|
# Uploads and user-generated content
|
||||||
/public/summary
|
/public/summary
|
||||||
/public/uploads/*
|
/public/uploads/*
|
||||||
/public/.well-known
|
/public/.well-known
|
||||||
/public/.user.ini
|
/public/.user.ini
|
||||||
/storage/*.key
|
|
||||||
|
# Storage and configuration
|
||||||
/config/LICENSE
|
/config/LICENSE
|
||||||
/vendor
|
/storage/*.key
|
||||||
/build
|
|
||||||
/tmp
|
# Environment and configuration
|
||||||
._*
|
|
||||||
.env
|
.env
|
||||||
|
vars.yaml
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
.vagrant
|
|
||||||
.windsurfrules
|
.windsurfrules
|
||||||
.phpunit.result.cache
|
|
||||||
|
# Development tools
|
||||||
|
.vagrant
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
.phpunit.result.cache
|
||||||
|
test.*
|
||||||
|
|
||||||
|
# Logs and debug files
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
test.*
|
|
||||||
|
# Lock files
|
||||||
|
dootask.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Laravel/Swoole specific
|
||||||
laravels-timer-process.pid
|
laravels-timer-process.pid
|
||||||
.DS_Store
|
|
||||||
vars.yaml
|
|
||||||
laravels.conf
|
laravels.conf
|
||||||
laravels.pid
|
laravels.pid
|
||||||
|
|
||||||
|
# System files
|
||||||
|
._*
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
AGENTS.md
|
||||||
README_LOCAL.md
|
README_LOCAL.md
|
||||||
dootask.lock
|
|
||||||
|
|||||||
@ -94,6 +94,9 @@
|
|||||||
&.active {
|
&.active {
|
||||||
background-color: #ecf5ff;
|
background-color: #ecf5ff;
|
||||||
}
|
}
|
||||||
|
&.active {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
&.level-1 {
|
&.level-1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user