Files
website/.gitignore
Jon Lockwood 7e99d55bda ci(pytest): Added pytest job to run tests against build.
This CI job runs all tests in the tests/ directory.

MR !2
2022-01-29 08:43:27 +09:30

14 lines
129 B
Plaintext

# Ignore build Directory
build/
aux/
# ignore dev env
dev_env
__pycache__
# ignore junit
*.junit.xml
# ignore log files
*.log