Files
crossdesk-server/.dockerignore

37 lines
288 B
Plaintext

# Git
.git
.gitignore
.github
# Build artifacts
build/
.xmake/
*.o
*.a
*.so
*.exe
# IDE
.vs/
.vscode/
.idea/
*.swp
*.swo
*~
# Documentation
*.md
!README.md
!README_EN.md
# Workflows (not needed in container)
workflows/
# Docker files
# docker/
# Temporary files
*.log
*.tmp
*.cache