-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (48 loc) · 894 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
# Ignore build outputs
bin/
obj/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
# Rider-specific
.idea/
# Visual Studio Code-specific
.vscode/
# ASP.NET Scaffolding
.scaffolding/
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Log files
*.log
# Web/Node.js packages
node_modules/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of the presence of 'project.json' or 'packages.config'
**/[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
# Dotnet tool specific files
.dotnet_tools/
# IDE-specific
.vs/
.idea/
# Backup & archive files
*.bak
*.swp
*.tmp
*.temp
*.gz
*.rar
*.zip
# Resharper
_ReSharper*/