Skip to content

Commit 71198c0

Browse files
Create .gitignore
1 parent c17784d commit 71198c0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created by https://www.gitignore.io/api/visualstudiocode
2+
# Edit at https://www.gitignore.io/?templates=visualstudiocode
3+
4+
### VisualStudioCode ###
5+
.vscode/*
6+
!.vscode/settings.json
7+
!.vscode/tasks.json
8+
!.vscode/launch.json
9+
!.vscode/extensions.json
10+
11+
### VisualStudioCode Patch ###
12+
# Ignore all local history of files
13+
.history
14+
15+
# End of https://www.gitignore.io/api/visualstudiocode

0 commit comments

Comments
 (0)