Updated git configuration (starting migration to latest ProjectScaffold).

This commit is contained in:
Achim D. Brucker 2018-07-06 22:41:14 +01:00
parent 3b277f4397
commit c316f1802d
2 changed files with 9 additions and 24 deletions

3
.gitattributes vendored
View File

@ -1,3 +1,5 @@
# Auto detect text files
* text=auto
# Custom for Visual Studio # Custom for Visual Studio
*.cs diff=csharp text=auto eol=lf *.cs diff=csharp text=auto eol=lf
@ -10,7 +12,6 @@
*.vbproj merge=union *.vbproj merge=union
*.fsproj merge=union *.fsproj merge=union
*.dbproj merge=union *.dbproj merge=union
*.sh text eol=lf
# Standard to msysgit # Standard to msysgit
*.doc diff=astextplain *.doc diff=astextplain

30
.gitignore vendored
View File

@ -1,11 +1,3 @@
# ---> C Sharp
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
# mstest test results
TestResults
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
@ -20,6 +12,7 @@ TestResults
*.exe.mdb *.exe.mdb
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Rr]elease/ [Rr]elease/
x64/ x64/
@ -107,13 +100,8 @@ publish/
# Publish Web Output # Publish Web Output
*.Publish.xml *.Publish.xml
# NuGet Packages Directory
packages
# Enable nuget.exe in the .nuget folder (though normally executables are not tracked) # Enable nuget.exe in the .nuget folder (though normally executables are not tracked)
!.nuget/NuGet.exe !.nuget/NuGet.exe
# Packet lock file
paket.lock
.paket/paket.exe
# Windows Azure Build Output # Windows Azure Build Output
csx csx
@ -126,11 +114,7 @@ AppPackages/
.vscode/ .vscode/
# Others # Others
[Bb]in
[Oo]bj
sql/ sql/
TestResults
[Tt]est[Rr]esult*
*.Cache *.Cache
ClientBin/ ClientBin/
[Ss]tyle[Cc]op.* [Ss]tyle[Cc]op.*
@ -140,6 +124,7 @@ ClientBin/
*.[Pp]ublish.xml *.[Pp]ublish.xml
*.pfx *.pfx
*.publishsettings *.publishsettings
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
@ -150,8 +135,6 @@ Backup*/
UpgradeLog*.XML UpgradeLog*.XML
UpgradeLog*.htm UpgradeLog*.htm
# Default archive directory
archive
# SQL Server files # SQL Server files
App_Data/*.mdf App_Data/*.mdf
App_Data/*.ldf App_Data/*.ldf
@ -193,16 +176,17 @@ TestResults.xml
nuget/*.nupkg nuget/*.nupkg
release.cmd release.cmd
release.sh release.sh
docs
localpackages/ localpackages/
paket-files paket-files
*.orig *.orig
.paket/paket.exe
docsrc/content/license.md docsrc/content/license.md
docsrc/content/release-notes.md docsrc/content/release-notes.md
.fake .fake
docsrc/tools/FSharp.Formatting.svclog docsrc/tools/FSharp.Formatting.svclog
# misc paket files
.paket/paket.exe
paket.lock
# local resources # docs
src/resources/extensions-schema.sqlite docs