Skip to content

Commit 644355d

Browse files
committed
initial commit
0 parents  commit 644355d

159 files changed

Lines changed: 36538 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
#Autosave files
2+
*~
3+
4+
#build
5+
[Oo]bj/
6+
[Bb]in/
7+
packages/
8+
TestResults/
9+
10+
# globs
11+
Makefile.in
12+
*.DS_Store
13+
*.sln.cache
14+
*.suo
15+
*.cache
16+
*.pidb
17+
*.userprefs
18+
*.usertasks
19+
config.log
20+
config.make
21+
config.status
22+
aclocal.m4
23+
install-sh
24+
autom4te.cache/
25+
*.user
26+
*.tar.gz
27+
tarballs/
28+
test-results/
29+
Thumbs.db
30+
31+
#Mac bundle stuff
32+
*.dmg
33+
*.app
34+
35+
#resharper
36+
*_Resharper.*
37+
*.Resharper
38+
39+
#dotCover
40+
*.dotCover
41+
Binaries/RestSharp.dll
42+
Binaries/RestSharp.pdb
43+
Binaries/RestSharp.xml
44+
Binaries/RestSharp.Build.dll
45+
Binaries/RestSharp.Build.pdb
46+
cov-int

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "webdavnet"]
2+
path = webdavnet
3+
url = https://github.com/bnoffer/webdavnet.git

.vs/config/applicationhost.config

Lines changed: 1030 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)