aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fbd729606e0f296c5bbf914f8474bc467358ebb5 (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
26
27
28
29
30
31
32
33
34
35
*.class
*.jar
*.war
*.log
*.log.zip

cps-ncmp-rest-stub/dependency-reduced-pom.xml
cps-application/archunit_store
cps-ri/src/main/resources/changelog/db/changes/data/dmi/generated-csv/generated_yang_resource_*
target/
log/

.idea/
.idea_modules/
*.iml
*.ipr
*.iws
*.DS_Store

.settings/
bin/
tmp/
.metadata
.classpath
.project
*.tmp
.checkstyle

/.tox
/_build/*
/__pycache__/*

/docs/docs/
/docs/.vscode/