diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
commit | 5d3b07801456d16dcc2c75dcccd48d508a6b60cc (patch) | |
tree | 2df1a154bf58d93f2475df02afbd15f1a8ba2963 /doc/.gitignore | |
parent | ea82666506b57d6e905b7f2e5fe78498fe5a7abd (diff) | |
download | yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.gz yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.bz2 yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.zip |
first commit for Yuescript document site.
Diffstat (limited to 'doc/.gitignore')
-rwxr-xr-x | doc/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100755 index 0000000..ac4a32c --- /dev/null +++ b/doc/.gitignore | |||
@@ -0,0 +1,13 @@ | |||
1 | pids | ||
2 | logs | ||
3 | node_modules | ||
4 | npm-debug.log | ||
5 | coverage/ | ||
6 | run | ||
7 | dist | ||
8 | .DS_Store | ||
9 | .nyc_output | ||
10 | .basement | ||
11 | config.local.js | ||
12 | basement_dist | ||
13 | yarn.lock | ||