44 lines
908 B
Plaintext
44 lines
908 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,yarn
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,yarn
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### 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/visualstudiocode,yarn
|
|
|
|
.env
|
|
node_modules
|
|
dist |