mirror of
https://github.com/kunkundi/crossdesk-server.git
synced 2026-04-14 18:29:35 +08:00
37 lines
288 B
Plaintext
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
|