1
0
Fork 0
mirror of synced 2024-12-21 22:21:08 -05:00

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

View file

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