docker-android/.dockerignore
2026-01-29 14:45:24 +01:00

29 lines
231 B
Plaintext

# Git
.git/
.github
.gitignore
# IDE
**/*.idea
backup
# Python
**/*.egg-info
**/*.pyc
**/__pycache__
**/venv
# Unit Test
**/.coverage
**/coverage.xml
**/xunit.xml
**/coverage
tmp/
docker
documentations
example
images
*.md
*.sh