Update .gitignore
Browse files- .gitignore +4 -2
.gitignore
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
node_modules/
|
2 |
-
vscode
|
3 |
-
deno.json
|
4 |
.git/
|
5 |
.gitignore
|
6 |
README.md
|
|
|
|
|
|
|
|
|
|
1 |
node_modules/
|
|
|
|
|
2 |
.git/
|
3 |
.gitignore
|
4 |
README.md
|
5 |
+
Dockerfile
|
6 |
+
.dockerignore
|
7 |
+
*.log
|
8 |
+
.deno/
|