chore(repo): initialize team collaboration repository
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
*.egg-info/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
.turbo/
|
||||
|
||||
# 本地运行产物(开发态的 SQLite 库、对象存储、日志)
|
||||
var/
|
||||
*.db
|
||||
*.db-journal
|
||||
*.log
|
||||
|
||||
# 环境
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user