sapling/.gitignore

45 lines
918 B
Plaintext
Raw Normal View History

2023-02-10 10:46:20 -08:00
# 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
2023-02-10 13:41:22 -08:00
node_modules
2023-02-24 12:51:24 -08:00
dist
testing/*