Skip to content

Commit e9f6a0f

Browse files
committed
Update .gitignore files
1 parent 325c050 commit e9f6a0f

File tree

8 files changed

+33
-2
lines changed

8 files changed

+33
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ dist*/
55
lib
66
es
77

8-
.yalc
8+
.yalc/
99
yalc.lock
10-
yalc.sig
1110

1211
.idea/
1312
.vscode/

packages/cra-template-redux-typescript/template/gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
.yalc/
26+
yalc.lock

packages/cra-template-redux/template/gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
.yalc/
26+
yalc.lock

packages/expo-template-redux-typescript/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ yarn-error.*
3939

4040
# IDE
4141
.vscode
42+
43+
.yalc/
44+
yalc.lock

packages/expo-template-redux-typescript/gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,19 @@ yarn-error.*
3636
# typescript
3737
*.tsbuildinfo
3838

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+
3950
# IDE
4051
.vscode
52+
53+
.yalc/
54+
yalc.lock

packages/react-native-template-redux-typescript/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ template/yarn.lock
7070

7171
#IDE
7272
.vscode
73+
74+
.yalc/
75+
yalc.lock

packages/react-native-template-redux-typescript/template/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ yarn-error.log
7777

7878
#IDE
7979
.vscode
80+
81+
.yalc/
82+
yalc.lock

packages/vite-template-redux/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
.yalc/
27+
yalc.lock

0 commit comments

Comments
 (0)