RehanRaza | 49a8fd4 | 2019-11-11 18:02:32 +0100 | [diff] [blame] | 1 | #####standard .git ignore entries##### |
2 | |||||
3 | ## IDE Specific Files ## | ||||
4 | org.eclipse.core.resources.prefs | ||||
5 | .classpath | ||||
RehanRaza | 49a8fd4 | 2019-11-11 18:02:32 +0100 | [diff] [blame] | 6 | .idea |
7 | .externalToolBuilders | ||||
8 | .checkstyle | ||||
9 | maven-eclipse.xml | ||||
10 | workspace | ||||
11 | |||||
12 | ## Compilation Files ## | ||||
13 | *.class | ||||
14 | **/target | ||||
15 | target | ||||
16 | target-ide | ||||
17 | MANIFEST.MF | ||||
18 | |||||
19 | ## Misc Ignores (OS specific etc) ## | ||||
20 | bin/ | ||||
21 | dist | ||||
22 | *~ | ||||
23 | *.ipr | ||||
24 | *.iml | ||||
25 | *.iws | ||||
26 | classes | ||||
27 | out/ | ||||
28 | .DS_STORE | ||||
29 | .metadata | ||||
maximesson | 98f822c | 2019-12-11 16:53:33 +0100 | [diff] [blame] | 30 | __pycache__ |