File tree 1 file changed +27
-22
lines changed
1 file changed +27
-22
lines changed Original file line number Diff line number Diff line change 1
- # Compiled class file
2
- * .class
1
+ # Eclipse
2
+ .classpath
3
+ .project
4
+ .settings /
3
5
4
- # Log file
5
- * .log
6
+ # VS Code
7
+ .vscode
6
8
7
- # Maven targets
8
- target /*
9
+ # Intellij
10
+ .idea /
11
+ * .iml
12
+ * .iws
9
13
10
- # BlueJ files
11
- * .ctxt
14
+ # Mac
15
+ .DS_Store
12
16
13
- # Mobile Tools for Java (J2ME)
14
- .mtj.tmp /
17
+ # Maven
18
+ target /
19
+ ** /.flattened-pom.xml
15
20
16
- # Package Files #
17
- * .jar
18
- * .war
19
- * .nar
20
- * .ear
21
- * .zip
22
- * .tar.gz
23
- * .rar
21
+ # Some of our applications generate logs, which should be ignored by git
22
+ logs /
24
23
25
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26
- hs_err_pid *
24
+ # Other
25
+ ** / .factorypath
27
26
28
- # misc
29
- * .DS_STORE
27
+ # compiled Vaadin widgetsets
28
+ ** /VAADIN /widgetsets
29
+
30
+ # From docs
31
+ ** /__pycache__
32
+
33
+ # Properties, which may contain sensitive information
34
+ ** /developer.properties
You can’t perform that action at this time.
0 commit comments