15 lines
270 B
Text
15 lines
270 B
Text
# 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
|