Skip to content

Commit

Permalink
2sxc requirements increased
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalko committed Sep 21, 2022
1 parent e174c3d commit d336741
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 12 deletions.
32 changes: 32 additions & 0 deletions App_Data/app.json
Original file line number Diff line number Diff line change
@@ -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",
]
}
}
Loading

0 comments on commit d336741

Please sign in to comment.