Skip to content

Commit 26ef8dd

Browse files
committed
Updated gitignore file
1 parent 24b2162 commit 26ef8dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### VisualStudioCode ###
2+
.vscode/*
3+
!.vscode/settings.json
4+
!.vscode/tasks.json
5+
!.vscode/launch.json
6+
!.vscode/extensions.json
7+
*.code-workspace
8+
9+
# Local History for Visual Studio Code
10+
.history/
11+
12+
### VisualStudioCode Patch ###
13+
# Ignore all local history of files
14+
.history
15+
.ionide

0 commit comments

Comments
 (0)