@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.
@@ -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