commit | author | age | ||
0cc9a0 | 1 | # Intellij |
MP | 2 | ################### |
3 | .idea | |
4 | *.iml | |
5 | ||
6 | # Eclipse # | |
7 | ########### | |
8 | .project | |
9 | .settings | |
10 | .classpath | |
11 | ||
12 | # NetBeans # | |
13 | ############ | |
14 | nbactions.xml | |
15 | nb-configuration.xml | |
16 | catalog.xml | |
17 | nbproject | |
18 | ||
19 | # Compiled source # | |
20 | ################### | |
21 | *.com | |
8c35d0 | 22 | *.class |
0cc9a0 | 23 | *.dll |
MP | 24 | *.exe |
25 | *.o | |
26 | *.so | |
8c35d0 | 27 | |
0cc9a0 | 28 | # Packages # |
MP | 29 | ############ |
30 | # it's better to unpack these files and commit the raw source | |
31 | # git has its own built in compression methods | |
32 | *.7z | |
33 | *.dmg | |
34 | *.gz | |
35 | *.iso | |
8c35d0 | 36 | *.jar |
0cc9a0 | 37 | *.rar |
MP | 38 | *.tar |
39 | *.zip | |
8c35d0 | 40 | |
0cc9a0 | 41 | # Logs and databases # |
MP | 42 | ###################### |
43 | *.log | |
44 | ||
45 | # Maven # | |
46 | ######### | |
47 | target | |
48 | ||
49 | # Maven shade | |
50 | ############# | |
51 | *dependency-reduced-pom.xml |