summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 37287615e09770e0d2c259648ed85be99ee43764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Application
kubernetes/config/onap-parameters.yaml
kubernetes/dist/*
requirements.lock
**/charts/*.tgz

# AAI Schema
**/schema/*


# Eclipse
.classpath
.factorypath
.project
.settings/

# IntelliJ
.idea/*
*.iml