mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
chore: add gitignores to frontend and website subdirectories
This commit is contained in:
parent
37ea869292
commit
cd1e1558c0
9
frontend/.gitignore
vendored
9
frontend/.gitignore
vendored
@ -53,3 +53,12 @@ cypress/videos/*
|
|||||||
cypress/downloads/*
|
cypress/downloads/*
|
||||||
cypress/screenshots/*
|
cypress/screenshots/*
|
||||||
.env.local
|
.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
website/.gitignore
vendored
9
website/.gitignore
vendored
@ -23,3 +23,12 @@ yarn-error.log*
|
|||||||
docs/reference/api/**/sidebar.js
|
docs/reference/api/**/sidebar.js
|
||||||
*.api.mdx
|
*.api.mdx
|
||||||
*.tag.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
|
||||||
|
Loading…
Reference in New Issue
Block a user