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

5
.gitignore vendored
View File

@@ -96,4 +96,7 @@ Thumbs.db
# Ignore built ts files # Ignore built ts files
__tests__/runner/* __tests__/runner/*
lib/**/* lib/**/*
# Project specific
__tests__/__outputs__