-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 934 Bytes
/
.gitignore
File metadata and controls
46 lines (37 loc) · 934 Bytes
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
# Ignore .NET build output directories
bin/
obj/
# Ignore Visual Studio temporary files, build results, and files generated by popular Visual Studio add-ons.
*.user
*.suo
*.userosscache
*.sln.docstates
# Ignore JetBrains Rider temporary files
.idea/
# Ignore all log files
*.log
# Ignore the NuGet XML doc stubs
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Ignore Microsoft SQL Server files
*.mdf
*.ldf
# Ignore SQLite database files
*.db
# Ignore Windows image file caches
Thumbs.db
ehthumbs.db
# Ignore crash report files
crashrpt.xml
crashrpt.zip
# Ignore the build output directory
bin/
obj/