Add tests output folder for manual checks to .gitignore

This commit is contained in:
Michal Dorner 2020-11-12 23:28:40 +01:00
parent 85e3aa1dfe
commit 7deac0d558
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

3
.gitignore vendored
View file

@ -97,3 +97,6 @@ Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
# Project specific
__tests__/__outputs__