Merge pull request #359 from mstallmo/master

Add section on IDE config files to CONTRIBUTING.md
master
ashley williams 7 years ago committed by GitHub
commit 6f0a8b8ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CONTRIBUTING.md

@ -62,6 +62,15 @@ 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.
For help setting up a global .gitignore check out this [GitHub article]!
[GitHub article]: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
## Conduct
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],

Loading…
Cancel
Save