From ebe36a0ac28fce772053d801420e60821ed07237 Mon Sep 17 00:00:00 2001 From: Roman Opalko Date: Wed, 21 Sep 2022 09:26:34 +0200 Subject: [PATCH] 2sxc requirements increased --- App_Data/app.json | 32 ++++++ {.data => App_Data}/app.xml | 209 ++++++++++++++++++++++++++++++++++-- 2 files changed, 234 insertions(+), 7 deletions(-) create mode 100644 App_Data/app.json rename {.data => App_Data}/app.xml (94%) diff --git a/App_Data/app.json b/App_Data/app.json new file mode 100644 index 0000000..14f8d08 --- /dev/null +++ b/App_Data/app.json @@ -0,0 +1,32 @@ +{ + /* + This is a JSON file but it is treated like a JSONC (with comments). + + Different editors may complain about the comments. + To reconfigure VS Code so it knows comments are ok, do this: https://azing.org/2sxc/r/h9m1l6JO + */ + + // Export-App configuration + "export": { + + // Exclude certain folders/file beginning with the values specified below + // Note that it may look like glob, but ATM it's a simpler starts-with mechanism + "exclude": [ + // Skip git versioning folders, github config folders + ".git/", + ".github/", + // ".gitignore", + + // Webpack 5 temporary folder and NPM folders + ".temp_cache/", + "node_modules/" + + // Other examples + // ".vs", + // ".vscode", + // "package.json", + // "package-lock.json", + // "nuget.config", + ] + } +} \ No newline at end of file diff --git a/.data/app.xml b/App_Data/app.xml similarity index 94% rename from .data/app.xml rename to App_Data/app.xml index 8a43669..2cf011a 100644 --- a/.data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -2099,10 +2099,10 @@ - + - + @@ -2278,13 +2278,13 @@ - + - + @@ -2478,10 +2478,13 @@ - + - + + + + @@ -3402,19 +3405,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3430,9 +3623,11 @@ + + \ No newline at end of file