Skip to content

Commit de629c2

Browse files
author
Juhan Ernits
committed
Added gitignore based on https://github/gitignore
1 parent f6b5fe0 commit de629c2

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

.gitignore

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# From https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2+
## Ignore Visual Studio temporary files, build results, and
3+
## files generated by popular Visual Studio add-ons.
4+
5+
# User-specific files
6+
*.suo
7+
*.user
8+
*.userosscache
9+
*.sln.docstates
10+
11+
# User-specific files (MonoDevelop/Xamarin Studio)
12+
*.userprefs
13+
14+
# Build results
15+
[Dd]ebug/
16+
[Dd]ebugPublic/
17+
[Rr]elease/
18+
[Rr]eleases/
19+
x64/
20+
x86/
21+
bld/
22+
[Bb]in/
23+
[Oo]bj/
24+
[Ll]og/
25+
26+
# Visual Studio 2015 cache/options directory
27+
.vs/
28+
# Uncomment if you have tasks that create the project's static files in wwwroot
29+
#wwwroot/
30+
31+
# MSTest test Results
32+
[Tt]est[Rr]esult*/
33+
[Bb]uild[Ll]og.*
34+
35+
# NUNIT
36+
*.VisualState.xml
37+
TestResult.xml
38+
39+
# Paket dependency manager
40+
.paket/paket.exe
41+
paket-files/
42+
43+
# FAKE - F# Make
44+
.fake/
45+
46+
# JetBrains Rider
47+
.idea/
48+
*.sln.iml
49+
50+
51+
# NuGet Packages
52+
*.nupkg
53+
# The packages folder can be ignored because of Package Restore
54+
**/packages/*
55+
# except build/, which is used as an MSBuild target.
56+
!**/packages/build/
57+
# Uncomment if necessary however generally it will be regenerated when needed
58+
#!**/packages/repositories.config
59+
# NuGet v3's project.json files produces more ignoreable files
60+
*.nuget.props
61+
*.nuget.targets

0 commit comments

Comments
 (0)