mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-23 23:16:58 +01:00
Ignoring dists wtih version tag
Follow up to edca4158487e8c15118abeb0c79a1c57661049bf
This commit is contained in:
parent
007a4a3ab6
commit
2d8723d3e6
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,7 +8,7 @@ composer.lock
|
|||||||
/.idea
|
/.idea
|
||||||
/doc/api/*
|
/doc/api/*
|
||||||
|
|
||||||
/libpairtwo-dist.zip
|
/libpairtwo-*-dist.zip
|
||||||
|
|
||||||
/dist/vendor/
|
/dist/vendor/
|
||||||
/dist/composer.json
|
/dist/composer.json
|
||||||
|
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ dist: ## Generates distribution
|
|||||||
make api
|
make api
|
||||||
mkdir -p dist/doc
|
mkdir -p dist/doc
|
||||||
cp -r doc/api dist/doc
|
cp -r doc/api dist/doc
|
||||||
cd dist && zip -r ../libpairtwo-$(VERSION)-dist *
|
cd dist && zip -r ../libpairtwo-$(VERSION)-dist.zip *
|
||||||
git reset --hard HEAD^
|
git reset --hard HEAD^
|
||||||
mv res/composer* dist/
|
mv res/composer* dist/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user