Init commit
This commit is contained in:
commit
9ab798fd0f
3 changed files with 128 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
# Rider specific
|
||||
.idea/
|
||||
|
||||
# Visual Studio specific
|
||||
.vs/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
# Secrets
|
||||
appsettings.Development.json
|
||||
secrets.json
|
||||
|
||||
# Others
|
||||
*.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue