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

# AAI Schema
**/schema/*


# Eclipse
.classpath
.factorypath
.project
.settings/

# IntelliJ
.idea/*
*.iml

# Mac OS
*DS_Store*