File tree Expand file tree Collapse file tree 1 file changed +33
-19
lines changed
Expand file tree Collapse file tree 1 file changed +33
-19
lines changed Original file line number Diff line number Diff line change 1- # Compiled class file
2- * .class
1+ HELP.md
2+ .gradle
3+ build /
4+ ! gradle /wrapper /gradle-wrapper.jar
5+ ! ** /src /main /** /build /
6+ ! ** /src /test /** /build /
37
4- # Log file
5- * .log
8+ # ## STS ###
9+ .apt_generated
10+ .classpath
11+ .factorypath
12+ .project
13+ .settings
14+ .springBeans
15+ .sts4-cache
16+ bin /
17+ ! ** /src /main /** /bin /
18+ ! ** /src /test /** /bin /
619
7- # BlueJ files
8- * .ctxt
20+ # ## IntelliJ IDEA ###
21+ .idea
22+ * .iws
23+ * .iml
24+ * .ipr
25+ out /
26+ ! ** /src /main /** /out /
27+ ! ** /src /test /** /out /
928
10- # Mobile Tools for Java (J2ME)
11- .mtj.tmp /
29+ # ## NetBeans ###
30+ /nbproject /private /
31+ /nbbuild /
32+ /dist /
33+ /nbdist /
34+ /.nb-gradle /
1235
13- # Package Files #
14- * .jar
15- * .war
16- * .nar
17- * .ear
18- * .zip
19- * .tar.gz
20- * .rar
21-
22- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23- hs_err_pid *
36+ # ## VS Code ###
37+ .vscode /
You can’t perform that action at this time.
0 commit comments