initial
This commit is contained in:
125
.gitignore
vendored
Normal file
125
.gitignore
vendored
Normal file
@@ -0,0 +1,125 @@
|
||||
## Build results
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
TestResults/
|
||||
artifacts/
|
||||
*.VisualState.xml
|
||||
*.userprefs
|
||||
|
||||
## Rider / VS Code
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
## VS Working / Cache directories
|
||||
.vs/
|
||||
_ReSharper*/
|
||||
_ReSharper.Caches/
|
||||
*.DotSettings.user
|
||||
|
||||
## Build Artifacts
|
||||
*.dll
|
||||
*.exe
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.msix
|
||||
*.msixbundle
|
||||
*.log
|
||||
*.cache
|
||||
*.pdb
|
||||
*.mdb
|
||||
|
||||
## NuGet
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
*.nuspec
|
||||
.nuget/
|
||||
packages/
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
## Others
|
||||
*.dbmdl
|
||||
*.bak
|
||||
*.swp
|
||||
*.tmp
|
||||
*.temp
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
*.orig
|
||||
*.rej
|
||||
*.dif
|
||||
*.patch
|
||||
|
||||
## ASP.NET and Blazor
|
||||
node_modules/
|
||||
wwwroot/dist/
|
||||
wwwroot/lib/
|
||||
wwwroot/**/*.map
|
||||
|
||||
## Generated code
|
||||
Generated_Code/
|
||||
ServiceFabricBackup/
|
||||
ClientBin/
|
||||
|
||||
## Publish artifacts
|
||||
publish/
|
||||
dist/
|
||||
out/
|
||||
*.publishsettings
|
||||
app.publish/
|
||||
|
||||
## Azure
|
||||
*.azurePubxml
|
||||
PublishProfiles/
|
||||
App_Data/
|
||||
*.Publish.xml
|
||||
|
||||
## Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.stackdump
|
||||
|
||||
## macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
## Logs
|
||||
*.log
|
||||
*.tlog
|
||||
|
||||
## Coverage
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
*.opencover.xml
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
## Temporary files
|
||||
~$*
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
*.DS_Store
|
||||
|
||||
## Git
|
||||
*.orig
|
||||
*.rej
|
||||
*.diff
|
||||
*.patch
|
||||
|
||||
## Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
Reference in New Issue
Block a user