File tree Expand file tree Collapse file tree 3 files changed +52
-77
lines changed Expand file tree Collapse file tree 3 files changed +52
-77
lines changed Original file line number Diff line number Diff line change 1
- # Windows image file caches
2
- Thumbs.db
3
- ehthumbs.db
4
-
5
- # Folder config file
6
- Desktop.ini
7
-
8
- # Recycle Bin used on file shares
9
- $RECYCLE.BIN /
10
-
11
- # Windows Installer files
12
- * .cab
13
- * .msi
14
- * .msm
15
- * .msp
16
-
17
- # Windows shortcuts
18
- * .lnk
19
-
20
- # =========================
21
- # Operating System Files
22
- # =========================
23
-
24
- # OSX
25
- # =========================
1
+ # NativeScript
2
+ hooks /
3
+ node_modules /
4
+ /platforms /
5
+
6
+ # NativeScript Template
7
+ * .js.map
8
+ ! ngcc.config.js
9
+ ! webpack.config.js
10
+
11
+ # Logs
12
+ logs
13
+ * .log
14
+ npm-debug.log *
15
+ yarn-debug.log *
16
+ yarn-error.log *
26
17
18
+ # General
27
19
.DS_Store
28
20
.AppleDouble
29
21
.LSOverride
22
+ .idea
23
+ .cloud
24
+ .project
25
+ tmp /
26
+ package-lock.json
30
27
31
- # Thumbnails
32
- ._ *
33
-
34
- # Files that might appear on external disk
35
- .Spotlight-V100
36
- .Trashes
37
-
38
- # Directories potentially created on remote AFP share
39
- .AppleDB
40
- .AppleDesktop
41
- Network Trash Folder
42
- Temporary Items
43
- .apdisk
28
+ ! .eslintrc.js
29
+ ! .prettierrc.js
44
30
45
- bin
46
- obj
47
- .vs
48
- .tscache
49
- * .user
50
- * .map
51
- ! gruntfile.js
52
- node_modules
53
- * .tmp. *
54
- platforms
55
- ! plugin /platforms
56
- lib
57
- ! webpack. * .js
58
- report
59
- * .log
60
- dist
31
+ ! e2e /* .js
32
+ ! detox.config.js
33
+ devices.js
61
34
62
- packages /** /angular
35
+ * .framework
36
+ ** /* .js.map
37
+ src /** /* .js
63
38
packages /** /* .js
64
- packages /** /* .ts
65
- packages /** /* .js.map
66
- packages /** /* .metadata.json
67
- packages /** /* .ngsummary.json
68
- ! packages /** /angular /package.json
69
- ! packages /** /platforms
70
- * .tgz
71
- * .aar
72
- package-lock.json
73
- ! packages /** /package-lock.json
74
-
75
- # IDE
76
- .idea
77
- /pnpm-lock.yaml
39
+ packages /** /* .d.ts
40
+ bin
41
+ build
42
+ Pods
43
+ ! packages /platforms
44
+ /packages /** /* .aar
45
+ * .xcuserdatad
46
+ /packages /README.md
47
+ packages /** /* js.map
48
+ packages /** /* js
49
+ packages /** /angular /* .json
50
+ packages /* .ngsummary.json
51
+ packages /* .metadata.json
52
+ packages /angular
53
+ packages /typings
78
54
pnpm-lock.yaml
79
- hooks
80
- ! src /core /hooks
81
- /tempAngular
82
- /.gradle
83
- /.settings
84
- .gradle
55
+
56
+ /blueprint.md
Original file line number Diff line number Diff line change 1
- shamefully-hoist = true
1
+ shamefully-hoist = true
2
+ strict-peer-dependencies = false
3
+ loglevel = error
4
+ engine-strict = true
You can’t perform that action at this time.
0 commit comments