Initial commit
This commit is contained in:
94
.gitignore
vendored
Normal file
94
.gitignore
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
node_modules
|
||||
dist
|
||||
.DS_Store
|
||||
*.swp
|
||||
.git/*
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/*
|
||||
*.o
|
||||
*.a
|
||||
/vendor
|
||||
*.egg-info/
|
||||
/.env
|
||||
.env
|
||||
.cozeproj/reduction
|
||||
|
||||
# JS/TS bundlers & build outputs
|
||||
.next
|
||||
.nuxt
|
||||
.turbo
|
||||
.vercel
|
||||
.parcel-cache
|
||||
.cache
|
||||
coverage
|
||||
storybook-static
|
||||
|
||||
# Package manager artifacts
|
||||
.pnp*
|
||||
.npm
|
||||
|
||||
# Python tooling
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.tox/
|
||||
|
||||
# Go tooling
|
||||
bin/
|
||||
*.test
|
||||
|
||||
# Editor / IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# OS / misc
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Logs
|
||||
output.log
|
||||
*.log
|
||||
*.log.*
|
||||
logs/
|
||||
|
||||
# 视频文件
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
*.wmv
|
||||
*.flv
|
||||
*.mkv
|
||||
*.webm
|
||||
*.m4v
|
||||
*.mpeg
|
||||
*.mpg
|
||||
*.3gp
|
||||
*.f4v
|
||||
*.rmvb
|
||||
*.vob
|
||||
|
||||
# 归档文件
|
||||
*.iso
|
||||
*.dmg
|
||||
*.rar
|
||||
*.zip
|
||||
*.gz
|
||||
|
||||
# 文档类也默认加入
|
||||
*.pdf
|
||||
*.docx
|
||||
*.doc
|
||||
*.xlsx
|
||||
*.xls
|
||||
*.ppt
|
||||
*.pptx
|
||||
*.xlsx
|
||||
*.csv
|
||||
|
||||
# Preview files
|
||||
.preview
|
||||
|
||||
# CodeGraph index
|
||||
.codegraph
|
||||
Reference in New Issue
Block a user