@naturalcycles/dev-lib 12.11.3 → 12.12.0
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.
- package/dist/index.d.ts +3 -14
- package/dist/index.js +4 -4
- package/dist/testing/index.d.ts +6 -6
- package/dist/testing/index.js +6 -6
- package/dist/util/jest.util.js +2 -2
- package/package.json +5 -5
- package/CHANGELOG.md +0 -1978
- package/cfg/overwrite/.gitignore +0 -52
package/cfg/overwrite/.gitignore
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# DO NOT MODIFY, WILL BE OVERWRITTEN BY @naturalcycles/dev-lib
|
|
3
|
-
#
|
|
4
|
-
# You can put more .gitignore files in your respective subfolders (e.g `src`) to ignore additional things.
|
|
5
|
-
# Or PR to @naturalcycles/dev-lib if you want to ignore something generic.
|
|
6
|
-
#
|
|
7
|
-
|
|
8
|
-
#
|
|
9
|
-
# Global (all dirs)
|
|
10
|
-
#
|
|
11
|
-
*.iml
|
|
12
|
-
.idea
|
|
13
|
-
.DS_Store
|
|
14
|
-
node_modules
|
|
15
|
-
.env
|
|
16
|
-
.npmrc
|
|
17
|
-
.classpath
|
|
18
|
-
.project
|
|
19
|
-
.settings
|
|
20
|
-
.externalToolBuilders
|
|
21
|
-
.cache
|
|
22
|
-
.stencil
|
|
23
|
-
.nuxt
|
|
24
|
-
.gitconfig
|
|
25
|
-
.lighthouseci
|
|
26
|
-
|
|
27
|
-
#
|
|
28
|
-
# Root dir
|
|
29
|
-
#
|
|
30
|
-
/target
|
|
31
|
-
/*.log
|
|
32
|
-
/log.txt
|
|
33
|
-
/.sass-cache
|
|
34
|
-
/.sourcemaps
|
|
35
|
-
/docs/.vuepress/dist
|
|
36
|
-
/loader
|
|
37
|
-
|
|
38
|
-
/coverage
|
|
39
|
-
|
|
40
|
-
/dist
|
|
41
|
-
/dist-cjs
|
|
42
|
-
/dist-esm
|
|
43
|
-
/tmp
|
|
44
|
-
|
|
45
|
-
# All secrets are ignored, except encrypted
|
|
46
|
-
/secret/**/*.*
|
|
47
|
-
!/secret/**/*.enc
|
|
48
|
-
|
|
49
|
-
/scripts/try.*
|
|
50
|
-
/logs
|
|
51
|
-
/www/*
|
|
52
|
-
!/www/.gitkeep
|