chore: update gitignore files

Agrega prompts/ al gitignore raiz. Actualiza dag_engine/.gitignore
con patrones estandar para Go, frontend y editor.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 13:08:13 +02:00
parent 2721b9cc8f
commit 1344e557e5
2 changed files with 17 additions and 3 deletions
+1
View File
@@ -55,3 +55,4 @@ Thumbs.db
broken_paths.txt
imgui.ini
prompts/
+16 -3
View File
@@ -1,5 +1,18 @@
dag-engine
# Build output
dag_engine
dag_engine.db
frontend/node_modules/
*.exe
# Frontend build
frontend/dist/
frontend/node_modules/
# Go
vendor/
# Editor
.idea/
.vscode/
*.swp
# OS
.DS_Store