Update .gitignore file to ignore all files in

builds directory and test directory
This commit is contained in:
Victor Risgaard 2023-11-14 05:05:07 +01:00
parent be9701305e
commit 2f1b66e793
No known key found for this signature in database
GPG Key ID: 0A195363F0F0A885

4
.gitignore vendored
View File

@ -12,5 +12,5 @@ node_modules/
/.events
/.events2
/dist/
/builds/*.gz
/test/
/builds/*
/test/