Skip to content

Commit b89cf8c

Browse files
committed
Create .gitignore
[+] added .gitignore
1 parent ecb1893 commit b89cf8c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created by https://www.gitignore.io/api/windows
2+
3+
### Windows ###
4+
# Windows thumbnail cache files
5+
Thumbs.db
6+
ehthumbs.db
7+
ehthumbs_vista.db
8+
9+
# Folder config file
10+
Desktop.ini
11+
12+
# Recycle Bin used on file shares
13+
$RECYCLE.BIN/
14+
15+
# Windows Installer files
16+
*.cab
17+
*.msi
18+
*.msm
19+
*.msp
20+
21+
# Windows shortcuts
22+
*.lnk
23+
24+
# End of https://www.gitignore.io/api/windows

0 commit comments

Comments
 (0)