Skip to content

Commit d1ec5d8

Browse files
committed
ignore everything in the output dir except the placeholder keeping the dir in the repo
1 parent 7167782 commit d1ec5d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.png
22
*.pdf
3-
output*
3+
output/*
4+
!output/.keep
45
tmp/
56
user-data-dir/
67
node_modules/

output/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)