Code Review
/
oom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Save journal and snapshots to persistent storage
[oom.git]
/
.gitignore
1
# Application
2
kubernetes/config/onap-parameters.yaml
3
kubernetes/dist/*
4
requirements.lock
5
**/charts/*.tgz
6
7
# AAI Schema
8
**/schema/*
9
10
11
# Eclipse
12
.classpath
13
.factorypath
14
.project
15
.settings/
16
17
# IntelliJ
18
.idea/*
19
*.iml
20
21
# Mac OS
22
*DS_Store*