blob: 380046b1a2692c5f64e04095a4ac7afd119c86df [file] [log] [blame]
RehanRaza49a8fd42019-11-11 18:02:32 +01001#####standard .git ignore entries#####
2
3## IDE Specific Files ##
4org.eclipse.core.resources.prefs
5.classpath
RehanRaza49a8fd42019-11-11 18:02:32 +01006.idea
7.externalToolBuilders
8.checkstyle
9maven-eclipse.xml
10workspace
11
12## Compilation Files ##
13*.class
14**/target
15target
16target-ide
17MANIFEST.MF
18
19## Misc Ignores (OS specific etc) ##
20bin/
21dist
22*~
23*.ipr
24*.iml
25*.iws
26classes
27out/
28.DS_STORE
29.metadata
maximesson98f822c2019-12-11 16:53:33 +010030__pycache__