Skip to content

Commit

Permalink
fix(ignore): added yarn directories to ignorefiles
Browse files Browse the repository at this point in the history
Added yarn files and directories to gitignore and eslintignore.
  • Loading branch information
RobRoseKnows committed Apr 25, 2023
1 parent 4c1b9c8 commit f3e9cd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode
node_modules
public
dist
dist
.yarn
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ pnpm-debug.log*
.astro

# ignore Jampack cache files
.jampack/
.jampack/

# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

0 comments on commit f3e9cd5

Please sign in to comment.