-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (59 loc) · 1.15 KB
/
.gitignore
File metadata and controls
75 lines (59 loc) · 1.15 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
# Ignore the build output directories
bin/
obj/
# Ignore user-specific files
.vs/
.vscode/
.idea/
# User-specific files for Visual Studio
*.user
*.suo
*.userosscache
*.sln.docstates
# Ignore temporary ASP.NET files
# and web-related directories
wwwroot/
.htaccess
# Ignore NuGet packages (optional)
# The packages directory may be checked in, depending on your project setup
# if you want to exclude downloaded NuGet packages
packages/
# Ignore build result files
[Dd]ebug/
[Dd]ebugPublic/
[Dd]evelopment/
[Dd]eploy/
[Dd]ist/
[Dd]ist/
Release/
# Ignore Visual Studio for Mac files
.vscode/
# Ignore JetBrains Rider files
.idea/
# Ignore NuGet package files
*.nupkg
*.snupkg
# Ignore Visual Studio Code workspace settings
.vscode/
# Ignore files generated by npm or yarn (if applicable)
node_modules/
npm-debug.log
yarn-error.log
# Ignore ASP.NET Core related settings
project.lock.json
project.fragment.lock.json
# Ignore directories for temporary files
# Visual Studio for Mac
.vscode/
.idea/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Ignore macOS Finder files
.DS_Store
# Ignore Windows thumbcache
Thumbs.db
# Ignore JetBrains Rider files
.idea/