Skip to content

Commit 2559c2b

Browse files
authored
Updated .gitignore
1 parent e46c6cc commit 2559c2b

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.gitignore

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
# Reference: https://github.com/github/gitignore
1+
# References:
2+
# https://github.com/github/gitignore
3+
# https://www.gitignore.io/?templates=java,maven,netbeans
24

35
######################
4-
######## Mine ########
6+
###### Mine ######
57
######################
68

79
[Rr]esources/
810

11+
######################
12+
###### NetBeans ######
13+
######################
14+
15+
**/nbproject/private/
16+
**/nbproject/Makefile-*.mk
17+
**/nbproject/Package-*.bash
18+
build/
19+
nbbuild/
20+
dist/
21+
nbdist/
22+
.nb-gradle/
23+
24+
nbactions.xml
25+
# nb-configuration.xml
26+
927
######################
1028
###### Java ######
1129
######################
@@ -47,7 +65,7 @@ release.properties
4765
dependency-reduced-pom.xml
4866
buildNumber.properties
4967
.mvn/timing.properties
68+
.flattened-pom.xml
5069

5170
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
5271
!/.mvn/wrapper/maven-wrapper.jar
53-

0 commit comments

Comments
 (0)