Files
rookitandCopilot b7e7ae7dfe Stop tracking embedded repositories
Treat asf-doc and asp-marketplace as local independent repositories by removing their gitlinks from the parent index and ignoring the paths.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-03 11:21:14 +08:00

40 lines
326 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
# Django
*.sqlite3
media/
staticfiles/
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Node
node_modules/
# Local git worktrees
.worktrees/
/asf-doc/
/asp-marketplace/
# OS
.DS_Store
Thumbs.db
.claude/*
.asp/