08ea5fbe98
添加用户管理视图、API和状态管理文件
227 lines
3.2 KiB
Plaintext
227 lines
3.2 KiB
Plaintext
# ==================== Java / Spring Boot ====================
|
|
target/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.log
|
|
|
|
.mvn/
|
|
mvnw.cmd
|
|
|
|
# ==================== 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/
|
|
|
|
# ==================== Project Specific ====================
|
|
everything-is-suitable-api/api-test-tool/data/*.json
|
|
everything-is-suitable-api/api-test-tool/data/*.csv
|
|
everything-is-suitable-api/api-test-tool/test_cases/*.json
|
|
everything-is-suitable-api/api-test-tool/test_cases/*.yaml
|
|
everything-is-suitable-api/api-test-tool/reports/*
|
|
!everything-is-suitable-api/api-test-tool/reports/.gitkeep
|
|
everything-is-suitable-api/api-test-tool/logs/*
|
|
!everything-is-suitable-api/api-test-tool/logs/.gitkeep
|