diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -38,4 +38,7 @@ logs/ *.dylib *.lib *.a -*.so.*
\ No newline at end of file +*.so.* + +# Vscode settings +.vscode/
\ No newline at end of file |
| index : OneRoll | |
| OneRoll: An efficient dice expression parsing tool, based on Rust and PEG grammar | 高效的骰子表达式解析工具, 基于 Rust 与 PEG 文法 | HydroRoll-Team |
| summaryrefslogtreecommitdiffstatshomepage |
| -rw-r--r-- | .gitignore | 5 |
@@ -38,4 +38,7 @@ logs/ *.dylib *.lib *.a -*.so.*
\ No newline at end of file +*.so.* + +# Vscode settings +.vscode/
\ No newline at end of file |