Skip to content

Commit

Permalink
chore: ignore .yarnclean and yarn.lock (#566)
Browse files Browse the repository at this point in the history
* chore(.gitignore): add `.yarnclean` and `yarn.lock`

* chore(.prettierignore): add `.yarnclean`

* chore(.dockerignore): add `.yarnclean`
  • Loading branch information
Fdawgs committed Nov 29, 2021
1 parent 1bc122e commit 79d90a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Expand Up @@ -104,6 +104,9 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v1
.yarnclean

# yarn v2
.yarn/cache
.yarn/unplugged
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -108,13 +108,19 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v1
.yarnclean

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# lock files
yarn.lock

# Test files
test_resources/test_log*
src/temp*/
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Expand Up @@ -108,6 +108,9 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v1
.yarnclean

# yarn v2
.yarn/cache
.yarn/unplugged
Expand Down

0 comments on commit 79d90a0

Please sign in to comment.