Create .gitignore

This commit is contained in:
Business Goose 2021-03-24 20:24:20 +00:00 committed by GitHub
parent 4df6567e01
commit 4f78872242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
### VisualStudioCode ###
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode