Files
template-event-driven-go/.gitignore
gitea_admin 292a30e3de
All checks were successful
ci / build (push) Successful in 3s
chore: agregar .gitignore
2026-04-24 23:45:48 +00:00

21 lines
139 B
Plaintext

# Python
__pycache__/
*.py[cod]
.env
venv/
.venv/
# Node.js
node_modules/
dist/
.env
# Go
*.exe
*.out
vendor/
# General
.DS_Store
*.log