@datapos/datapos-development 0.3.403 → 0.3.405

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,10 @@
1
+ # Common git ignore configuration for PUBLISHED Data Positioning projects.
2
+ dependency-check-bin
3
+ dist-scripts
4
+ node_modules
5
+ rust/*/pkg
6
+ rust/*/target
7
+ rust/target
8
+ .env
9
+ .npmrc
10
+ **/.DS_Store
@@ -0,0 +1,11 @@
1
+ # Common git ignore configuration for UNPUBLISHED Data Positioning projects.
2
+ dependency-check-bin
3
+ dist
4
+ dist-scripts
5
+ node_modules
6
+ rust/*/pkg
7
+ rust/*/target
8
+ rust/target
9
+ .env
10
+ .npmrc # In case this project is published in the future.
11
+ **/.DS_Store
@@ -5520,7 +5520,7 @@ async function $r(t = []) {
5520
5520
  async function Ar(t) {
5521
5521
  console.log(1111, t);
5522
5522
  const e = te.dirname(ri(import.meta.url));
5523
- await Ut(e, "../", ".editorconfig"), await Ut(e, "../", ".gitattributes"), await Ut(e, "../", ".markdownlint.json"), await Ut(e, "../", "LICENSE"), t.isPublish && await Ut(e, "../resources/published/", ".gitignore");
5523
+ await Ut(e, "../", ".editorconfig"), await Ut(e, "../", ".gitattributes"), await Ut(e, "../", ".markdownlint.json"), await Ut(e, "../", "LICENSE"), t.isPublish && await Ut(e, "../", ".gitignore_published");
5524
5524
  }
5525
5525
  async function Ut(t, e, s) {
5526
5526
  console.log(2222, t, e, s);