Skip to content

Commit

Permalink
Exclude tmp directory for editorconfig
Browse files Browse the repository at this point in the history
These files are generated by ES when doing tests and may
violate the editorconfig rules.
  • Loading branch information
dr0i committed May 31, 2024
1 parent eae4a69 commit ee6ad10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
</executions>
<configuration>
<excludes>
<exclude>tmp/</exclude>
<exclude>web/public/javascripts/leaflet.js</exclude>
<exclude>**/*.woff2</exclude>
<exclude>web/conf/context.jsonld</exclude>
Expand Down

0 comments on commit ee6ad10

Please sign in to comment.