Updated the documentation with limitation of leaf condition
[cps.git] / .gitignore
1 *.class
2 *.jar
3 *.war
4 *.log
5 *.log.zip
6
7 cps-application/archunit_store
8 cps-ri/src/main/resources/changelog/db/changes/data/dmi/generated-csv/generated_yang_resource_*
9 target/
10 log/
11
12 .idea/
13 .idea_modules/
14 *.iml
15 *.ipr
16 *.iws
17 *.DS_Store
18
19 .settings/
20 bin/
21 tmp/
22 .metadata
23 .classpath
24 .project
25 *.tmp
26 .checkstyle
27
28 /.tox
29 /_build/*
30 /__pycache__/*
31
32 /docs/docs/
33 /docs/.vscode/