Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 088e7ea

Browse files
committed
Added my other ignore file
1 parent 6161330 commit 088e7ea

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
11
/bin/
2+
*.class
3+
*.prefs
4+
*.url
5+
*.png
6+
*.jpg
7+
*.mp4
8+
*.mp3
9+
*.htm
10+
*.html
11+
#Ignore thumbnails created by Windows
12+
Thumbs.db
13+
#Ignore files built by Visual Studio
14+
*.obj
15+
*.exe
16+
*.pdb
17+
*.user
18+
*.aps
19+
*.pch
20+
*.vspscc
21+
*_i.c
22+
*_p.c
23+
*.ncb
24+
*.suo
25+
*.tlb
26+
*.tlh
27+
*.bak
28+
*.cache
29+
*.ilk
30+
*.log
31+
[Bb]in
32+
[Dd]ebug*/
33+
*.lib
34+
*.sbr
35+
obj/
36+
[Rr]elease*/
37+
_ReSharper*/
38+
[Tt]est[Rr]esult*
39+
.vs/
40+
#Nuget packages folder
41+
packages/
42+
*.dll
43+
*.zip
44+
*.xmi
45+
*.json
46+
*.index
47+
*.log

0 commit comments

Comments
 (0)