Skip to content

Commit

Permalink
exclude IDE files that may pollute source archive
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Nov 3, 2019
1 parent 07ab962 commit fa97042
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apache-maven/src/main/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ under the License.
<exclude>**/.gitattributes</exclude>
<exclude>init-git-svn.sh</exclude>
<exclude>**/.repository/**</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/.DS_Store</exclude>
<exclude>**/build/**</exclude>
</excludes>
</fileSet>
<fileSet>
Expand Down

0 comments on commit fa97042

Please sign in to comment.