Initial commit
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
############################
|
||||
# Build results
|
||||
############################
|
||||
bin/
|
||||
obj/
|
||||
out/
|
||||
|
||||
############################
|
||||
# Rider
|
||||
############################
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
############################
|
||||
# User-specific files
|
||||
############################
|
||||
*.user
|
||||
*.userosscache
|
||||
*.suo
|
||||
*.userprefs
|
||||
|
||||
############################
|
||||
# Mono / macOS
|
||||
############################
|
||||
*.pidb
|
||||
*.booproj
|
||||
*.svd
|
||||
.DS_Store
|
||||
|
||||
############################
|
||||
# Logs
|
||||
############################
|
||||
*.log
|
||||
|
||||
############################
|
||||
# Visual Studio Code (om du ibland öppnar där)
|
||||
############################
|
||||
.vscode/
|
||||
|
||||
############################
|
||||
# NuGet
|
||||
############################
|
||||
packages/
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
|
||||
############################
|
||||
# Publish output
|
||||
############################
|
||||
publish/
|
||||
Reference in New Issue
Block a user