From 6bd54e23257cbb6d2557e332bd2cbf1e0a5b6f27 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Thu, 11 Feb 2016 13:12:30 -0700 Subject: [PATCH] Updating .gitignore, see https://github.com/phetsims/yotta/issues/17 and https://github.com/phetsims/chipper/issues/442 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4208dabfe..cd147973a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +.idea/ build/ +build-phet-io/ node_modules/ *.iml .DS_Store .DS_Store? -.eslintcache \ No newline at end of file +*.sublime-project +*.sublime-workspace +.eslintcache