mirror of
https://github.com/appen-isen/projet-cal.git
synced 2026-03-18 21:40:34 +01:00
feat: new design + dockerize app
This commit is contained in:
38
.dockerignore
Normal file
38
.dockerignore
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user