Add some gitignores
This commit is contained in:
parent
b38573d488
commit
6a39521a07
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
deno.d.ts
|
||||
.vscode
|
||||
.local
|
||||
.output
|
||||
web/*.js
|
||||
|
|
|
@ -191,6 +191,8 @@ export class ProjectNormalizer {
|
|||
`deno.d.ts`,
|
||||
`.vscode`,
|
||||
`.local`,
|
||||
`.output`,
|
||||
`web/*.js`,
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue