Merge of new rebased code
[appc.git] / .gitignore
1 # Target dirs in all projects
2 **/target/*
3
4 # Added for Intellij IDEA IDE
5 **/.idea/*
6 *.iml
7 **/*.iml
8 /.idea/
9
10 # Used to not upload Blackduck Scans
11 **/appc_bdio.jsonld
12 **/blackDuckHubProjectName.txt
13 **/blackDuckHubProjectVersionName.txt
14
15 # Generated models and features
16 **/bin/*
17
18 # Checkstyle files
19 **/.checkstyle
20
21 # MANIFEST.MF is updated on every clean install
22 **/src/main/resources/META-INF/
23
24 # Karaf Assembly
25 #/appc-adapters/appc-*-adapter/appc-*-adapter-installer/src/assembly/*
26
27 # Used to not upload any maven dependency graph outputs
28 **/deptree.text
29
30 .project
31
32 *.prefs
33 .classpath
34 **/.classpath
35 /target/
36 logs/
37 debug-logs/
38 /.settings/
39 **/*.iml
40 /.idea/
41 /bin/