2a55cd99dc
Inicializa go mod con nombre fn-registry. Configura .gitignore para ignorar registry.db (indice regenerable), binario fn, artefactos de compilacion y archivos de IDE/OS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
197 B
Plaintext
24 lines
197 B
Plaintext
# SQLite index (regenerable con fn index)
|
|
registry.db
|
|
registry.db-journal
|
|
registry.db-wal
|
|
|
|
# Binario CLI
|
|
fn
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|