mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
- 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.
39 lines
368 B
Plaintext
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
|