Skip to content

Commit 4149964

Browse files
Add .gitignore
1 parent c1811d1 commit 4149964

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

VB.NET/.gitignore

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/dotnetcore,visualbasic
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore,visualbasic
3+
4+
### DotnetCore ###
5+
# .NET Core build folders
6+
bin/
7+
obj/
8+
9+
# Common node modules locations
10+
/node_modules
11+
/wwwroot/node_modules
12+
13+
### VisualBasic ###
14+
## Ignore Visual Studio temporary files, build results, and
15+
## files generated by popular Visual Studio add-ons.
16+
.DS_Store
17+
.Trashes
18+
*.vbw
19+
*.csi
20+
*.exp
21+
*.lib
22+
*.lvw
23+
*.dca
24+
*.scc
25+
*.tmp
26+
*.exe
27+
*.bat
28+
*.bak
29+
*.zip
30+
*.old
31+
*.enc
32+
*.key
33+
# Windows image file caches
34+
Thumbs.db
35+
ehthumbs.db
36+
37+
# Folder config file
38+
Desktop.ini
39+
40+
# Recycle Bin used on file shares
41+
$RECYCLE.BIN/
42+
43+
# Windows Installer files
44+
*.cab
45+
*.msi
46+
*.msm
47+
*.msp
48+
49+
# Windows shortcuts
50+
*.lnk
51+
52+
# =========================
53+
# Operating System Files
54+
# =========================
55+
56+
# OSX
57+
# =========================
58+
59+
.AppleDouble
60+
.LSOverride
61+
62+
# Thumbnails
63+
._*
64+
65+
# Files that might appear in the root of a volume
66+
.DocumentRevisions-V100
67+
.fseventsd
68+
.Spotlight-V100
69+
.TemporaryItems
70+
.VolumeIcon.icns
71+
72+
# Directories potentially created on remote AFP share
73+
.AppleDB
74+
.AppleDesktop
75+
Network Trash Folder
76+
Temporary Items
77+
.apdisk
78+
79+
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,visualbasic

0 commit comments

Comments
 (0)