update ignore files
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
.pm
|
.pm
|
||||||
.git
|
.git
|
||||||
bin
|
.github
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
bin
|
||||||
|
build
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
|
|||||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -2,6 +2,8 @@
|
|||||||
*.db
|
*.db
|
||||||
*.ext
|
*.ext
|
||||||
bin
|
bin
|
||||||
|
build
|
||||||
|
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
@@ -10,7 +12,9 @@ node_modules/
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
|
|
||||||
build
|
|
||||||
|
*.db
|
||||||
|
*.ext
|
||||||
|
|
||||||
# Added by goreleaser init:
|
# Added by goreleaser init:
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user