From dd0b1a1aa2c36bf2df4db9c11a6517a018ffa100 Mon Sep 17 00:00:00 2001 From: Zhenhui Xie Date: Mon, 30 Sep 2019 20:10:35 +0800 Subject: refactor: Refactoring config (#383) This PR refactors config and puts configuration files for all modules in `configs/`. --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 246bef6a8..136402868 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # will have compiled files and executables -/target/ +target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html @@ -15,6 +15,5 @@ Cargo.lock .idea/ /*.iml -# Compiled files for documentation -docs/node_modules -docs/.vuepress/dist/ +# Vim swap files +*.swp -- cgit v1.2.3