-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (61 loc) · 875 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# git ignore file
# Ignore dot files, except git stuff, .htaccess, etc
.*
!.nuget
!.git*
!.ht*
# Ignore poop some software leaves in folders
Thumbs.db
__*
# Ignore "backup" copies because they are almost certainly redundant
*.bak
*.BAK
*.back
*.BACK
*.backup
*.BACKUP
*.old
*.OLD
Copy of *
*~
*.orig
# Ignore Komodo project files (most of us aren't using Komodo)
*.kpf
# Ignore log, lock, and temp files
*.log*
*.LOG
*.lck
*.LCK
*.lock
*.LOCK
*.tmp
*.TMP
*.temp
*.TEMP
logs
debug
# .NET stuff
[Bb]in
BIN
[Oo]bj
OBJ
*.[Cc]ache
*.e2e
*.pdb
*.pidb
*.suo
*.user
*.userprefs
_ReSharper*
*.cd
packages
[Tt]est[Rr]esults
TESTRESULTS
*.ncrunchproject
*.ncrunchsolution
# Better to unzip and include the contents, using gits compression tools.
*.tar
*.7z
# Manage this yourself... Paid content.
*.mp3
*.wav