Improve gitignore

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-01-29 21:11:22 +01:00
parent 12570ab98c
commit ac4aee3f5f
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ node_modules
package-lock.json package-lock.json
lib lib
.vscode .vscode
.DS_Store