feat: sync full workspace including web modules, docs, and configurations to Gitea
Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,2 +1,18 @@
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Virtual Environments
|
||||
.venv_ocr/
|
||||
.tmp_pydeps/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Temp files and local IDE settings
|
||||
tmp/
|
||||
.agents/
|
||||
.claude/
|
||||
.cursor/
|
||||
|
||||
Reference in New Issue
Block a user