docker-android/.gitignore
2023-05-09 19:34:44 +02:00

21 lines
181 B
Plaintext

# IDE
**/*.idea
backup
# Python
**/*.egg-info
**/*.pyc
**/__pycache__
**/venv
# Unit Test
**/.coverage
**/coverage.xml
**/xunit.xml
**/coverage
tmp/
# Dev-files
n*.txt
test-*.sh