File tree Expand file tree Collapse file tree 8 files changed +33
-2
lines changed
cra-template-redux-typescript/template
cra-template-redux/template
expo-template-redux-typescript
react-native-template-redux-typescript Expand file tree Collapse file tree 8 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 5
5
lib
6
6
es
7
7
8
- .yalc
8
+ .yalc /
9
9
yalc.lock
10
- yalc.sig
11
10
12
11
.idea /
13
12
.vscode /
Original file line number Diff line number Diff line change 21
21
npm-debug.log*
22
22
yarn-debug.log*
23
23
yarn-error.log*
24
+
25
+ .yalc/
26
+ yalc.lock
Original file line number Diff line number Diff line change 21
21
npm-debug.log*
22
22
yarn-debug.log*
23
23
yarn-error.log*
24
+
25
+ .yalc/
26
+ yalc.lock
Original file line number Diff line number Diff line change @@ -39,3 +39,6 @@ yarn-error.*
39
39
40
40
# IDE
41
41
.vscode
42
+
43
+ .yalc /
44
+ yalc.lock
Original file line number Diff line number Diff line change @@ -36,5 +36,19 @@ yarn-error.*
36
36
# typescript
37
37
*.tsbuildinfo
38
38
39
+ # testing
40
+ /coverage
41
+
42
+ # Yarn
43
+ .yarn/*
44
+ !.yarn/patches
45
+ !.yarn/plugins
46
+ !.yarn/releases
47
+ !.yarn/sdks
48
+ !.yarn/versions
49
+
39
50
# IDE
40
51
.vscode
52
+
53
+ .yalc/
54
+ yalc.lock
Original file line number Diff line number Diff line change @@ -70,3 +70,6 @@ template/yarn.lock
70
70
71
71
# IDE
72
72
.vscode
73
+
74
+ .yalc /
75
+ yalc.lock
Original file line number Diff line number Diff line change @@ -77,3 +77,6 @@ yarn-error.log
77
77
78
78
# IDE
79
79
.vscode
80
+
81
+ .yalc /
82
+ yalc.lock
Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ dist-ssr
22
22
* .njsproj
23
23
* .sln
24
24
* .sw ?
25
+
26
+ .yalc /
27
+ yalc.lock
You can’t perform that action at this time.
0 commit comments