From 62866aa6a76b99cbd4d06f967655c7aed11fdf05 Mon Sep 17 00:00:00 2001 From: Mason Stallmo Date: Sun, 23 Sep 2018 19:20:02 -0500 Subject: [PATCH] Add section on IDE config files to CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a210868..b72be20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,11 @@ cargo +nightly fmt [rustfmt]: https://github.com/rust-lang-nursery/rustfmt +### IDE Configuration files +Machine specific configuration files may be generaged by your IDE while working on the project. Please make sure to add these files to a global .gitignore so they are kept from accidentally being commited to the project and causing issues for other contributors. + +Some examples of these files are the `.idea` folder created by JetBrains products (WebStorm, IntelliJ, etc) as well as `.vscode` created by Visual Studio Code for workspace specific settings. + ## Conduct As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],