Commit 9318888f by Uman Shahzad Committed by George Song

Ignore local.mk for convenience commands.

parent 01ad9649
...@@ -97,3 +97,5 @@ ENV/ ...@@ -97,3 +97,5 @@ ENV/
.docker-sync/ .docker-sync/
.env .env
# Personal makefile extensions
local.mk
...@@ -213,6 +213,8 @@ simply use the ``docker-compose restart`` command: ...@@ -213,6 +213,8 @@ simply use the ``docker-compose restart`` command:
- lms - lms
- studio - studio
If you'd like to add some convenience make targets, you can add them to a `local.mk` file, ignored by git.
Payments Payments
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment