mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#553, add Netbeans files to .gitignore and exlude from license check
This commit is contained in:
parent
379460b70d
commit
300d7824c4
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,6 +13,9 @@
|
|||||||
*.iws
|
*.iws
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Netbeans
|
||||||
|
nb-configuration.xml
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
/*/target
|
/*/target
|
||||||
test-output
|
test-output
|
||||||
|
@ -479,6 +479,7 @@
|
|||||||
<exclude>**/toolchains-*.xml</exclude>
|
<exclude>**/toolchains-*.xml</exclude>
|
||||||
<exclude>**/eclipse-formatter-config.xml</exclude>
|
<exclude>**/eclipse-formatter-config.xml</exclude>
|
||||||
<exclude>**/checkstyle-for-generated-sources.xml</exclude>
|
<exclude>**/checkstyle-for-generated-sources.xml</exclude>
|
||||||
|
<exclude>**/nb-configuration.xml</exclude>
|
||||||
<exclude>maven-settings.xml</exclude>
|
<exclude>maven-settings.xml</exclude>
|
||||||
<exclude>readme.md</exclude>
|
<exclude>readme.md</exclude>
|
||||||
<exclude>CONTRIBUTING.md</exclude>
|
<exclude>CONTRIBUTING.md</exclude>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user