Updated the documentation with limitation of leaf condition
[cps.git] / .gitignore
index f197492..624bc1a 100755 (executable)
@@ -1,9 +1,11 @@
 *.class
 *.jar
 *.war
-*.zip
 *.log
+*.log.zip
 
+cps-application/archunit_store
+cps-ri/src/main/resources/changelog/db/changes/data/dmi/generated-csv/generated_yang_resource_*
 target/
 log/
 
@@ -12,6 +14,7 @@ log/
 *.iml
 *.ipr
 *.iws
+*.DS_Store
 
 .settings/
 bin/
@@ -24,4 +27,7 @@ tmp/
 
 /.tox
 /_build/*
-/__pycache__/*
\ No newline at end of file
+/__pycache__/*
+
+/docs/docs/
+/docs/.vscode/
\ No newline at end of file