-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (50 loc) · 963 Bytes
/
.gitignore
File metadata and controls
60 lines (50 loc) · 963 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
47
48
49
50
51
52
53
54
55
56
57
58
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/TFSport.API/.vs/TFSport.API
/TFSport.API/TFSport.API/obj
/TFSport.API/TFSport.Repository/obj
/TFSport.API/TFSport.Services/obj
/TFSport.API/TFSport.API/bin/Debug/net7.0
/TFSport.API/TFSport.Repository/bin/Debug/net7.0
/TFSport.API/TFSport.Services/bin/Debug/net7.0
/TFSport.API/TFSport.API/TFSport.API.csproj.user
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode/
# Rider
.idea/
# Visual Studio
.vs/
# Fleet
.fleet/
# Code Rush
.cr/
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
**/[Bb]in/
**/[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn