Obtain ignored files from .gitignore

pr/413
Tim Byrne 2 years ago
parent 61d87a2d69
commit cde69f0cbc
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

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

Loading…
Cancel
Save