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

# AAI Schema
**/schema/*


# Eclipse
.classpath
.factorypath
.project
.pydevproject
.settings/

# IntelliJ
.idea/*
*.iml

# Mac OS
*DS_Store*