Skip to content

Commit

Permalink
Ignore dist file at this moment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Nov 3, 2021
1 parent cb78a18 commit 4c25e6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ${APP_DIR}/php.ini: php.ini
(cd ${APP_DIR} && ln -sf ../../php.ini)

apply_dist:
cp -Rv dist/* ${APP_DIR}
cp -Rv dist/* ${APP_DIR} || true

###
### TESTS
Expand Down
Empty file added dist/.gitkeep
Empty file.

0 comments on commit 4c25e6c

Please sign in to comment.