Browse Source

Moved /.yarn in .gitignore

pull/1477/head
Dick Wolff 3 years ago
parent
commit
5671bcb30f
  1. 6
      .gitignore

6
.gitignore

@ -5,6 +5,7 @@
/tmp
# dependencies
/.yarn
/node_modules
# IDEs and editors
@ -37,7 +38,4 @@ yarn-error.log
# System Files
.DS_Store
Thumbs.db
# Ignore local Yarn cache
.yarn/
Thumbs.db
Loading…
Cancel
Save