Skip to content

Commit 62866aa

Browse files
committed
Add section on IDE config files to CONTRIBUTING.md
1 parent 3dbd058 commit 62866aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ 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+
6570
## Conduct
6671

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

0 commit comments

Comments
 (0)