Add Forza Telemetry v1.0.0 release
This commit is contained in:
43
gitignore
Normal file
43
gitignore
Normal file
@@ -0,0 +1,43 @@
|
||||
# Visual Studio
|
||||
.vs/
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Build output
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
x86/
|
||||
|
||||
# JetBrains / Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# NuGet
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
packages/
|
||||
.nuget/
|
||||
|
||||
# Test output
|
||||
TestResults/
|
||||
*.trx
|
||||
|
||||
# Temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
*.cache
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
|
||||
# Local helper files
|
||||
compile-items.txt
|
||||
Reference in New Issue
Block a user