-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (79 loc) · 1.94 KB
/
Copy path.gitignore
File metadata and controls
87 lines (79 loc) · 1.94 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Visual Studio / Rider / VS Code specific
# ==================================
# User-specific files generated by the IDE.
# These contain local settings, window layouts, and temporary data.
.vs/
.idea/
.vscode/
*.suo
*.user
*.sln.docstates
# ReSharper / NCrunch
# ==================================
# Caches and local configurations for popular extensions.
_ReSharper*/
*.[Rr]esharper
*.ncrunch*
*.dotCover
# Build artifacts
# ==================================
# Compiled assemblies, intermediate files, and debug symbols.
# These are generated from your source code and should not be in version control.
**/[Bb]in/
**/[Oo]bj/
**/[Aa]rtifacts/
**/[Pp]ublish/
*.pdb
*.exe
*.dll
*.aps
*.ncb
*.tlb
*.tlh
*.ilk
# Packages and Dependencies
# ==================================
# Local package caches. The package references (in .csproj) are what should be committed.
packages/
node_modules/
jspm_packages/
bower_components/
# A common location for client-side libraries managed by LibMan
wwwroot/lib/
# Secrets and Sensitive Data - VERY IMPORTANT
# ==================================
# Never commit secrets, connection strings, or certificates.
# Use User Secrets, Azure Key Vault, or environment variables instead.
*.secrets.json
appsettings.Development.json
secrets.txt
*.pfx
*.key
# Test Results & Code Coverage
# ==================================
# Files generated by running tests.
TestResults/
*.trx
*.coverlet.json
*.cobertura.xml
# Temporary & OS-generated files
# ==================================
*.log
*.tmp
*.bak
*~
# Windows thumbnail cache
Thumbs.db
# macOS custom folder attributes
.DS_Store
# Local Database Files
# ==================================
# Local database instances used for development.
*.mdf
*.ldf
*.sdf
# Un-ignore files that should be committed
# ==================================
# If you have a broad rule (like `**/[Bb]in/`), but a file inside that
# folder needs to be tracked, you can un-ignore it.
# Example: !/Project/bin/some-needed-file.txt