Skip to content
Snippets Groups Projects
Commit b8400013 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Exclude Python bytecode and pytest cache from Maven build

parent 4115dd51
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@
<filtering>false</filtering>
<excludes>
<exclude>**/__init__.py</exclude>
<exclude>**/*.pyc</exclude>
<exclude>**/__pycache__/</exclude>
</excludes>
</resource>
</resources>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment