initial commit
This commit is contained in:
commit
fb266af3e5
4 changed files with 444 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# .NET
|
||||
bin/
|
||||
obj/
|
||||
dist/
|
||||
*.dll
|
||||
*.exe
|
||||
*.pdb
|
||||
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Project specific
|
||||
*.csv
|
||||
*.dlens
|
||||
*.apk
|
||||
Loading…
Add table
Add a link
Reference in a new issue