Files
projet-cal/.dockerignore
2025-11-20 18:30:42 +01:00

39 lines
315 B
Plaintext

# Git
.git
.gitignore
.gitattributes
# Documentation
README.md
*.md
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Build artifacts
backend/main
*.exe
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# Node modules (if any)
node_modules
# Test files
*_test.go
# Bruno API client
backend/API-Projet-CAL
# Makefile
Makefile