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 b577a26 commit cb65be4Copy full SHA for cb65be4
.gitignore
@@ -21,3 +21,35 @@
21
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24
+
25
+HELP.md
26
+target/
27
+!.mvn/wrapper/maven-wrapper.jar
28
+!**/src/main/**
29
+!**/src/test/**
30
31
+### STS ###
32
+.apt_generated
33
+.classpath
34
+.factorypath
35
+.project
36
+.settings
37
+.springBeans
38
+.sts4-cache
39
40
+### IntelliJ IDEA ###
41
+.idea
42
+*.iws
43
+*.iml
44
+*.ipr
45
46
+### NetBeans ###
47
+/nbproject/private/
48
+/nbbuild/
49
+/dist/
50
+/nbdist/
51
+/.nb-gradle/
52
+build/
53
54
+### VS Code ###
55
+.vscode/
0 commit comments