.gitignore update: ignore all the contents of macros except the TEST- macros. Same goes for panels and test_panel.

This commit is contained in:
JaxxMoss 2025-05-08 23:30:52 +02:00
parent eb77287066
commit 6bdace237b
21 changed files with 183 additions and 2 deletions

View file

@ -1 +1,24 @@
{"dir":"","name":"Test Panel 1","description":"This is the very first panel to be created. It is a test panel for a mobile phone.","aspectRatio":"10/20","macros":{"button_1":"Task_Manager","button_10":"Close_Browser_Window","button_11":"Previous_Tab","button_12":"Next_Tab","button_13":"Close_Tab","button_14":"New_Tab","button_15":"Fullscreen","button_16":"Home","button_2":"Close_Application","button_3":"RunDialog","button_4":"Files","button_5":"Settings","button_6":"New_Desktop","button_7":"Displays","button_8":"Task_view","button_9":"New_Window"}}
{
"dir": "",
"name": "Test Panel 1",
"description": "This is the very first panel to be created. It is a test panel for a mobile phone.",
"aspectRatio": "10/20",
"macros": {
"button_1": "TEST-Task_Manager",
"button_10": "TEST-Close_Browser_Window",
"button_11": "TEST-Previous_Tab",
"button_12": "TEST-Next_Tab",
"button_13": "TEST-Close_Tab",
"button_14": "TEST-New_Tab",
"button_15": "TEST-Fullscreen",
"button_16": "TEST-Home",
"button_2": "TEST-Close_Application",
"button_3": "TEST-RunDialog",
"button_4": "TEST-Files",
"button_5": "TEST-Settings",
"button_6": "TEST-New_Desktop",
"button_7": "TEST-Displays",
"button_8": "TEST-Task_view",
"button_9": "TEST-New_Window"
}
}