25 lines
349 B
Plaintext
25 lines
349 B
Plaintext
.tags*
|
|
.tmp
|
|
/tmp
|
|
.DS_Store
|
|
yarn-error.log
|
|
package-lock.json
|
|
node_modules/
|
|
.env
|
|
dist/
|
|
storybook-static/
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# Webstorm (and other Jetbrains IDE)
|
|
.idea/
|
|
|
|
# Yarn https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions |