DCAE-D be initial commit
[sdc/dcae-d/dt-be-main.git] / dcaedt_be / .gitignore
1 target/
2 !.mvn/wrapper/maven-wrapper.jar
3
4 ### STS ###
5 .classpath
6 .factorypath
7 .project
8 .settings
9 .springBeans
10
11 ### IntelliJ IDEA ###
12 .idea
13 *.iws
14 *.iml
15 *.ipr
16
17 ### NetBeans ###
18 nbproject/private/
19 build/
20 nbbuild/
21 dist/
22 nbdist/
23 .nb-gradle/
24 /compositiondb*
25
26 bin/
27
28 ### testng ###
29 test-output/
30