Files
django-vue3-admin-gd/web/.dockerignore
2025-07-04 22:52:22 +08:00

56 lines
595 B
Plaintext

**/.idea/
.idea/**
**/*.pyc
__pycache__/
build/
*.egg-info/
.python-version
.pytest_cache/
dist/
eggs/
lib/
lib64/
.DS_Store
docs/_build/
static/
.nitro
.output
coverage
**/.vitepress/cache
.cache
.turbo
.temp
.stylelintcache
yarn.lock
package-lock.json
.VSCodeCounter
**/backend-mock/data
# local env files
.eslintcache
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
vite.config.mts.*
vite.config.mjs.*
vite.config.js.*
vite.config.ts.*
# Editor directories and files
.idea
# .vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.history
**/node_modules