23c2788fcf
-Aggiunte github actions per la compilazione dei container e l'esposizione
60 lines
587 B
Plaintext
60 lines
587 B
Plaintext
# Dockerignore file per Data-Coupler
|
|
# Esclude file non necessari per la build del container
|
|
|
|
# Build artifacts
|
|
**/bin/
|
|
**/obj/
|
|
**/out/
|
|
publish/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# User-specific files
|
|
*.rsuser
|
|
*.userprefs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
**/packages/*
|
|
!**/packages/build/
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Scripts
|
|
Scripts/
|
|
|
|
# GitHub
|
|
.github/
|