summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 45bb734572ccf042dd823673482df2c3e21d2cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore Vim temporary files
.*.sw?

# Ignore changes to the JJB Configuration File
jenkins.ini

# We don't want .netrc files since they're credential files
.netrc

# Maven
target/
dependency-reduced-pom.xml

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml
pan class="nt"><modelVersion>4.0.0</modelVersion> <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId> <packaging>pom</packaging> <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-lib</artifactId> <version>1.3.1-SNAPSHOT</version> </parent> <modules> <module>openecomp-sdc-vendor-software-product-api</module> <module>openecomp-sdc-vendor-software-product-core</module> </modules> </project>