diff options
author | Li Jin <dragon-fly@qq.com> | 2024-09-28 09:33:54 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-09-28 09:33:54 +0800 |
commit | d6d29a4288b96d42c7cabf424beb286bfbd24456 (patch) | |
tree | 6e29d7111725ca97077bb58d42b993200e13cea8 /.gitignore | |
parent | 7575fe00aad91e0ba943e877ddcd838f76e095c0 (diff) | |
download | yuescript-d6d29a4288b96d42c7cabf424beb286bfbd24456.tar.gz yuescript-d6d29a4288b96d42c7cabf424beb286bfbd24456.tar.bz2 yuescript-d6d29a4288b96d42c7cabf424beb286bfbd24456.zip |
Removed useless `do` block in `with`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,5 @@ bin | |||
11 | tup/*.lua | 11 | tup/*.lua |
12 | tup/t/*.lua | 12 | tup/t/*.lua |
13 | Yuescript.vcxproj.user | 13 | Yuescript.vcxproj.user |
14 | spec/generated \ No newline at end of file | 14 | spec/generated |
15 | .release_time \ No newline at end of file | ||