mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 16:50:12 +02:00
Extracted artifact files list to a dedicated file
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
ARTIFACT_FILES=app node_modules vendor .env.example directory-lister.svg LICENSE mix-manifest.json README.md index.php
|
||||
ARTIFACT_FILES=$$(paste --delimiters ' ' --serial artifact.files)
|
||||
ARTIFACT_NAME="DirectoryLister-$$(git describe --tags --exact-match HEAD 2> /dev/null || git rev-parse --short HEAD)"
|
||||
|
||||
dev development: # Build application for development
|
||||
|
9
artifact.files
Normal file
9
artifact.files
Normal file
@@ -0,0 +1,9 @@
|
||||
app
|
||||
node_modules
|
||||
vendor
|
||||
.env.example
|
||||
directory-lister.svg
|
||||
LICENSE
|
||||
mix-manifest.json
|
||||
README.md
|
||||
index.php
|
Reference in New Issue
Block a user