forked from dropbox/dropbox-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (40 loc) · 684 Bytes
/
.gitignore
File metadata and controls
53 lines (40 loc) · 684 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
## Visual studio stuff
*.suo
*.user
#ignore build contents
[dD]ebug/
[rR]elease/
[bB]in/
*[oO]bj/
[Ll]ast[Bb]uild.log
# test stuff
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
App_Data/
## vim files
*.un~
*~
## nuget packages
/dropbox-sdk-dotnet/packages/
*.nupkg
.nuget/
##pyc
*.pyc
## files containing keys
*.[Dd]o[Nn]ot[Ss]ync.*
*.pfx
## Stylecop cache
[Ss]tyle[Cc]op.[Cc]ache
## Generated output
## /dropbox-sdk-dotnet/Dropbox.Api/Generated
## Generated csproj files.
## /dropbox-sdk-dotnet/Dropbox.Api/*.csproj
## Generated docs
/doc/Help
## App Packages
AppPackages/
# IntelliJ stuff
.idea/
# Visual studio stuff
/dropbox-sdk-dotnet/UpgradeLog*.htm
/dropbox-sdk-dotnet/.vs/