diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-14 08:27:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-14 08:27:51 +0000 |
| commit | c9ce8d986b5babeb37355fb1ed20b062e0b69300 (patch) | |
| tree | 6add3accface6db992492f641e7d462216a8ff7d | |
| parent | only pre-compile moonscript if no Lua variant available (diff) | |
| download | mmm-c9ce8d986b5babeb37355fb1ed20b062e0b69300.tar.gz mmm-c9ce8d986b5babeb37355fb1ed20b062e0b69300.zip | |
add ag ignore files
| -rw-r--r-- | .ignore | 5 | ||||
| -rw-r--r-- | mmm/.ignore | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,5 @@ +root/mmm.bundle.lua +index.html +$bundle.lua +*.js +*.js.map diff --git a/mmm/.ignore b/mmm/.ignore new file mode 100644 index 0000000..d907c43 --- /dev/null +++ b/mmm/.ignore @@ -0,0 +1 @@ +*.lua |
