Skip to content

Commit ae934de

Browse files
committed
Create .gitignore
Created a .gitignore file for the repo. It discards basic MacOS and Windows files as well as .log files.
1 parent 0eedf7a commit ae934de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Visual Studio Code bits to ignore
2+
.vscode/*
3+
!.vscode/settings.json
4+
!.vscode/launch.json
5+
6+
# Local History for Visual Studio Code
7+
.history
8+
9+
# Windows files
10+
Thumbs.db
11+
*.lnk
12+
$RECYCLE.BIN/
13+
14+
# MacOS files
15+
.DS_Store

0 commit comments

Comments
 (0)