Skip to content

Commit a09eadb

Browse files
committed
Added .gitignore
1 parent 7ece850 commit a09eadb

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# User-specific files
2+
*.suo
3+
*.user
4+
*.userosscache
5+
*.sln.docstates
6+
7+
# User-specific files (MonoDevelop/Xamarin Studio)
8+
*.userprefs
9+
10+
# Build results
11+
[Dd]ebug/
12+
[Dd]ebugPublic/
13+
[Rr]elease/
14+
[Rr]eleases/
15+
x64/
16+
x86/
17+
bld/
18+
[Bb]in/
19+
[Oo]bj/
20+
[Ll]og/
21+
22+
# .NET Core
23+
project.lock.json
24+
project.fragment.lock.json
25+
artifacts/
26+
**/Properties/launchSettings.json
27+
28+
# ReSharper is a .NET coding add-in
29+
_ReSharper*/
30+
*.[Rr]e[Ss]harper
31+
*.DotSettings.user
32+
33+
# NuGet Packages
34+
*.nupkg
35+
# The packages folder can be ignored because of Package Restore
36+
**/packages/*
37+
# except build/, which is used as an MSBuild target.
38+
!**/packages/build/
39+
# Uncomment if necessary however generally it will be regenerated when needed
40+
#!**/packages/repositories.config
41+
# NuGet v3's project.json files produces more ignorable files
42+
*.nuget.props
43+
*.nuget.targets
44+
45+
# Node.js Tools for Visual Studio
46+
.ntvs_analysis.dat
47+
node_modules/

0 commit comments

Comments
 (0)