diff --git a/.gitignore b/.gitignore index 5ff6309..6bf5fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,7 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + + +test*.yaml \ No newline at end of file diff --git a/test.yaml b/test.yaml deleted file mode 100644 index f2cfd18..0000000 --- a/test.yaml +++ /dev/null @@ -1,15 +0,0 @@ -str: dump object test -num: 123 -bool: true -enum_test: TEST2 -obj: - obj_str: test str - obj_list: - - new list item test - - str item0 - - str item1 -list: - - 0 - - 1 - - 2 - - 3 diff --git a/test_converter.yaml b/test_converter.yaml deleted file mode 100644 index 5b8b363..0000000 --- a/test_converter.yaml +++ /dev/null @@ -1,15 +0,0 @@ -str: str value -num: 123 -bool: true -enum_test: TEST2 -converter_test: converter test update -obj: - obj_str: test str - obj_list: - - str item0 - - str item1 -list: - - 0 - - 1 - - 2 - - 3