1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00: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

View File

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