-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 1.23 KB
/
.gitignore
File metadata and controls
38 lines (32 loc) · 1.23 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
####################################################################
# Visual Studo cache/options directory.
####################################################################
/.vs/
UpgradeLog.htm
####################################################################
# Downloaded build infrastructure.
####################################################################
/.build/
/artifacts/
bin/
obj/
####################################################################
# Project lock files.
####################################################################
*.lock.json
####################################################################
# Project user files.
####################################################################
*.xproj.user
####################################################################
# Log files.
####################################################################
*.log
####################################################################
# Generated temporary files.
####################################################################
*.cs~*.TMP
####################################################################
# Test result files.
####################################################################
/TestResults/