Files
crawlab/frontend/crawlab-ui/.gitignore
Marvin Zhang a10a05ea80 feat: add AutoProbeList component and related functionality
- Introduced AutoProbeList.vue component for displaying a list layout of extract items.
- Added useAutoProbeList.ts for managing state and interactions with the Vuex store.
- Updated .gitignore to exclude local configuration files.
2025-05-11 22:46:46 +08:00

39 lines
368 B
Plaintext

.DS_Store
node_modules
/dist
# local env files
.env.development.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?
tmp/
lib/
**/.DS_Store
**/.idea
**/dist
**/node_modules
**/package-lock.json
**/pkg
dist_local/
stats.html
.turbo
*.local