From 71334fdc0ee2dbd26e97f28126eec7fc1173f290 Mon Sep 17 00:00:00 2001 From: m3hac4pro <1150329542@qq.com> Date: Mon, 3 Apr 2023 23:18:04 +0800 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf85b3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# ---> Nanoc +# For projects using Nanoc (http://nanoc.ws/) + +# Default location for output (needs to match output_dir's value found in nanoc.yaml) +output/ + +# Temporary file directory +tmp/nanoc/ + +# Crash Log +crash.log + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ef0bed --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# exp +