Obtain ignored files from .gitignore

This commit is contained in:
Tim Byrne 2022-02-21 11:57:35 -06:00
parent 61d87a2d69
commit cde69f0cbc
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
IGNORED = .jekyll-metadata Gemfile.lock _site
IGNORED := $(shell grep -v testenv .gitignore)
VOLUME_ARG =
.PHONY: all