Skip to content

Commit 84f620a

Browse files
Update files that git will ignore.
1 parent bb990e1 commit 84f620a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ node_modules/
1212
npm-debug.log
1313
package-lock.json
1414

15+
#################
16+
## yarn
17+
#################
18+
19+
yarn.lock
20+
yarn-error.log
21+
1522
#################
1623
## ESLint
1724
#################
1825

1926
.eslintcache
2027

21-
2228
#################
2329
## Other
2430
#################

0 commit comments

Comments
 (0)