Initial commit
This commit is contained in:
commit
a0389d8296
9 changed files with 293 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Any private crt and keys #
|
||||
############################
|
||||
*.crt
|
||||
*.key
|
||||
*~
|
||||
\#*
|
||||
|
||||
# OS Specific #
|
||||
###############
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
# Logs #
|
||||
########
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue