47 lines
728 B
Plaintext
47 lines
728 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
coverage
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/yarn
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=yarn
|
|
|
|
### yarn ###
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# if you are NOT using Zero-installs, then:
|
|
# comment the following lines
|
|
#!.yarn/cache
|
|
|
|
# and uncomment the following lines
|
|
.pnp.*
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/yarn
|