mirror of
https://github.com/appen-isen/projet-cal.git
synced 2026-01-18 16:47:38 +01:00
39 lines
315 B
Plaintext
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
|