chore: move everything out from src

This commit is contained in:
2025-03-03 06:52:47 +01:00
parent 469e737bb3
commit 23d1aaad55
19 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"default": {
"target": "~/.config/test_module",
"exclude": [
"test2.txt"
],
"links": {
"test_folder": "test_folder",
"test_folder2": "test_folder3"
},
"install": "echo 'INSTALL WORKS!! install command for test_module'"
},
"win": {
},
"linux": {
},
"linux-fedora-x64": {
},
"linux-fedora": {
}
}

0
test_module/test.txt Normal file
View File

0
test_module/test2.txt Normal file
View File

View File

View File