Initial tutorial project
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Build results
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
build/
|
||||
artifacts/
|
||||
|
||||
# Visual Studio / Rider / VS Code
|
||||
.vs/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.user
|
||||
*.suo
|
||||
*.rsuser
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# .NET generated files
|
||||
project.assets.json
|
||||
project.nuget.cache
|
||||
*.nuget.g.props
|
||||
*.nuget.g.targets
|
||||
*.AssemblyInfo.cs
|
||||
*.GeneratedMSBuildEditorConfig.editorconfig
|
||||
*.GlobalUsings.g.cs
|
||||
*.FileListAbsolute.txt
|
||||
*.CoreCompileInputs.cache
|
||||
*.AssemblyReference.cache
|
||||
*.assets.cache
|
||||
|
||||
# Test and coverage output
|
||||
TestResults/
|
||||
coverage/
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
coverage*.json
|
||||
|
||||
# Logs, diagnostics, and temporary files
|
||||
*.log
|
||||
*.tlog
|
||||
*.binlog
|
||||
*.pdb
|
||||
*.cache
|
||||
*.tmp
|
||||
*.temp
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
# Local runtime configuration
|
||||
cartparams.json
|
||||
appsettings.Development.json
|
||||
*.local.json
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user