Skip to content

Commit

Permalink
Add section on IDE config files to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstallmo committed Sep 24, 2018
1 parent 3dbd058 commit 62866aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 62866aa

Please sign in to comment.