Skip to content

Commit

Permalink
Initial commit to add .gitignore and .gitattributes files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed May 3, 2015
0 parents commit ac46425
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Source code files
*.cs text
*.vsixmanifest text
*.config text
*.resx text
*.vstemplate text
*.nuspec text
*.md text
*.txt text
*.ps1 text
LICENSE text

# Projects and solutions
*.sln text
*.csproj text

# Certainly binary files
*.png binary
*.ico binary
*.snk binary
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Build output
bin/
obj/

# Artifacts of the IDE and build
*.sln.ide/
.vs/
packages/
*.suo
*.user
TestResults/
.nuget/NuGet.exe
build/nuget/
*.log

0 comments on commit ac46425

Please sign in to comment.