init commit
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio cache/options
|
||||
.vs/
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/settings.json
|
||||
.vscode/launch.json
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Configuration files with sensitive data
|
||||
appsettings.json
|
||||
!appsettings.*.json
|
||||
|
||||
# NuGet
|
||||
.nuget/
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
|
||||
# dotnet
|
||||
project.assets.json
|
||||
project.lock.json
|
||||
|
||||
# secrets
|
||||
.env
|
||||
|
||||
# OS generated files
|
||||
*.swp
|
||||
*.swo
|
||||
*.DS_Store
|
||||
Reference in New Issue
Block a user