From 99ea5d3a812d404bd63fd7584d952d6a26693db9 Mon Sep 17 00:00:00 2001 From: Mason Stallmo Date: Mon, 24 Sep 2018 09:01:42 -0500 Subject: [PATCH] Add link to help article on setting up a global .gitignore --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b72be20..ede0d58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,6 +67,10 @@ Machine specific configuration files may be generaged by your IDE while working 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],