Files
everything-is-suitable/.gitignore
T
张翔 039fbe4f4c chore: 清理旧测试基础设施与废弃文件
- 移除 everything-is-suitable-test/ 旧测试框架
- 移除根目录 test-automation/、test-data-manager/、test-monitoring/
- 移除根目录 scripts/ 旧部署/测试脚本
- 移除 everything-is-suitable-uniapp/src/utils/httpClient.ts、tokenManager.ts
- 移除根目录旧配置文件(jest.config.js、package.json、tsconfig.json 等)
- 移除临时测试文件(test-*.ts、test-*.html、playwright-diagnose-*.js)
2026-04-29 21:18:21 +08:00

209 lines
2.6 KiB
Plaintext

# ==================== Node.js / Vue / UniApp ====================
node_modules/
.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# ==================== Build Outputs ====================
dist/
build/
.nuxt/
.output/
.vercel/
.svelte-kit/
.vite/
.vite-cache/
*.tsbuildinfo
dist-ts/
# ==================== Testing & Coverage ====================
coverage/
.nyc_output/
.nyc_cache/
test-results/
playwright-report/
test-reports/
.vitest-cache/
.pytest_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# ==================== TypeScript ====================
*.tsbuildinfo
dist-ts/
typings/
# ==================== IDE & Editors ====================
.idea/
.vscode/
*.iml
*.swp
*.swo
*.swn
*~
.settings/
.classpath
.project
*.un~
Session.vim
# ==================== OS Generated ====================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Icon?
VolumeIcon.icns
# ==================== Environment & Secrets ====================
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
.env.staging.local
.env.backup
*.pem
*.key
*.crt
*.cert
secret.*
private.*
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
# ==================== Logs ====================
logs/
*.log
# ==================== Python ====================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
.eggs/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
*.mo
*.pot
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy
docs/_build/
.ipynb_checkpoints
profile_default/
ipython_config.py
.python-version
Pipfile.lock
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.spyderproject
.spyproject
.ropeproject
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# ==================== UniApp / Mobile ====================
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
*.swf
*.air
*.ipa
*.apk
# ==================== Cache ====================
.cache/
.grunt/
bower_components/
jspm_packages/
.lock-wscript/
.fusebox/
.dynamodb/
.tern-project
.tern-port
.tern-defs
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
temp-vite/
temp/
tmp/
# ==================== Misc ====================
*.backup
*.tmp
*.temp
*.crx
*.xpi
*.zip
__fixtures__/
fixtures/
__mocks__/
__tests__/
local-config.js
config/local.js
# ==================== AI Tools ====================
.lingma/
.trae/
# agents
AGENTS.md