This commit is contained in:
nejate9759 2024-07-01 08:02:43 +02:00
parent 44f3fdb990
commit 08b9d6b89a
2 changed files with 8 additions and 0 deletions

1
example_config.yml Normal file
View File

@ -0,0 +1 @@
test: true

7
git_app.json Normal file
View File

@ -0,0 +1,7 @@
{
"version": 1,
"name": "Test App",
"editables": {
"example_config.yml": "config.yml"
}
}