@nickaux/form-configurator 1.1.167 → 1.1.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ {
2
+ "sourceFile": ".gitignore",
3
+ "activeCommit": 0,
4
+ "commits": [
5
+ {
6
+ "activePatchIndex": 0,
7
+ "patches": [
8
+ {
9
+ "date": 1700468101452,
10
+ "content": "Index: \n===================================================================\n--- \n+++ \n"
11
+ }
12
+ ],
13
+ "date": 1700468101452,
14
+ "name": "Commit-0",
15
+ "content": "# Logs\nlogs\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\npnpm-debug.log*\nlerna-debug.log*\n\nnode_modules\ndist\ndist-ssr\n*.local\n*.lh\n.history\n\n# Editor directories and files\n.vscode/*\n!.vscode/extensions.json\n.idea\n.DS_Store\n*.suo\n*.ntvs*\n*.njsproj\n*.sln\n*.sw?\n"
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,6 @@
1
+ # list file to not track by the local-history extension. comment line starts with a '#' character
2
+ # each line describe a regular expression pattern (search for 'Javascript regex')
3
+ # it will relate to the workspace directory root. for example:
4
+ # '.*\.txt' ignores any file with 'txt' extension
5
+ # '/test/.*' ignores all the files under the 'test' directory
6
+ # '.*/test/.*' ignores all the files under any 'test' directory (even under sub-folders)
@@ -0,0 +1,8 @@
1
+ [
2
+ {
3
+ "origin": ["*"],
4
+ "responseHeader": ["*"],
5
+ "method": ["GET", "POST", "HEAD"],
6
+ "maxAgeSeconds": 86400
7
+ }
8
+ ]