Skip to content

Commit 6f0a8b8

Browse files
Merge pull request #359 from mstallmo/master
Add section on IDE config files to CONTRIBUTING.md
2 parents 8bb71c5 + 99ea5d3 commit 6f0a8b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ cargo +nightly fmt
6262

6363
[rustfmt]: https://github.com/rust-lang-nursery/rustfmt
6464

65+
### IDE Configuration files
66+
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.
67+
68+
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.
69+
70+
For help setting up a global .gitignore check out this [GitHub article]!
71+
72+
[GitHub article]: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
73+
6574
## Conduct
6675

6776
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],

0 commit comments

Comments
 (0)