Moving all files to root directory
[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 # MANIFEST.MF is updated on every clean install
19 **/src/main/resources/META-INF/
20
21 # Karaf Assembly
22 #/appc-adapters/appc-*-adapter/appc-*-adapter-installer/src/assembly/*
23
24 # Used to not upload any maven dependency graph outputs
25 **/deptree.text
26
27 .project
28
29 *.prefs
30 .classpath
31 **/.classpath
32 /target/
33 logs/
34 debug-logs/
35 /.settings/
36 **/*.iml
37 /.idea/
38 /bin/