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 99% rename from .data/app.xml rename to App_Data/app.xml index 531b3c3..90283f3 100644 --- a/.data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -1255,13 +1255,13 @@ - + - +