Initial commit
This commit is contained in:
commit
451ece3490
7 changed files with 161 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/deno
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=deno
|
||||
|
||||
### Deno ###
|
||||
/.idea/
|
||||
/.vscode/
|
||||
|
||||
/node_modules
|
||||
|
||||
.env
|
||||
*.orig
|
||||
*.pyc
|
||||
*.swp
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/deno
|
||||
Loading…
Add table
Add a link
Reference in a new issue