-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
109 lines (97 loc) · 1.28 KB
/
.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
python/myenv/
# Ignore Visual Studio temporary files, build output, and
# files generated by popular Visual Studio Code extensions.
.vscode/
.vs/
bin/
obj/
Debug/
Release/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.ipch/
*.sbr
*.suo
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*_wpftmp.csproj.FileListAbsolute.txt
tsses/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
*.sw?
## Autogenerated VS/MD solution and project files
*.aps
*.ncb
*.sdf
*.opensdf
*.suo
*.bak
*.cache
*.clt
*.ilk
*.log
*.nlp
*.obj
*.pch
*.pdb
*.psess
*.scc
*.src
*.user
*.webinfo
*.xaml.user
*.xo
*.dat
*.zip
## Ignore Visual Studio 2017+ files
.vs2017/
.vs2019/
.vscode/
# Ignore Rider-specific files
.idea/
# Ignore macOS directory attributes
.DS_Store
# Ignore NuGet packages
packages/
# Ignore User-specific files
*.user
*.userosscache
# Ignore TypeScript transpiled files
# *.js
# *.js.map
# *.ts
# *.ts.map
# Ignore ReSharper files
_ReSharper*/
*.resharper
*.sln.dotsettings.user
# Ignore Webpack build artifacts
/dist/
/node_modules/
# Ignore logs and logs folder
/logs/
*.log
# Ignore npm debugging logs
npm-debug.log*
# Ignore Yarn Integrity file
.yarn-integrity
# Ignore yarn.lock file
yarn.lock
# Ignore editor specific files and folders
.idea/
.vscode/
*.suo
*.user
*.suo
*.userosscache
*.sln.docstates