Skip to content

Commit

Permalink
chore: add gitignores to frontend and website subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jun 10, 2024
1 parent 37ea869 commit cd1e155
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ cypress/videos/*
cypress/downloads/*
cypress/screenshots/*
.env.local

# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
9 changes: 9 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ yarn-error.log*
docs/reference/api/**/sidebar.js
*.api.mdx
*.tag.mdx

# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit cd1e155

Please sign in to comment.