We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0af7d5 commit 3557766Copy full SHA for 3557766
.gitignore
@@ -1,22 +1,23 @@
1
-### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
2
-
3
target/
4
pom.xml.tag
5
pom.xml.releaseBackup
6
pom.xml.versionsBackup
7
pom.xml.next
8
release.properties
9
10
11
site-content
12
/.classpath
13
/.project
14
/.settings/
15
16
-### Ignore IntelliJ files
+# Ignore IntelliJ files
17
/.idea/
18
*.iml
19
/bin/
20
21
-### Ignore Visual Studio code files
+# Ignore Visual Studio code files
22
/.vscode/
+
+# NetBeans files
+nb-configuration.xml
23
+nbactions.xml
0 commit comments