stevedlawrence commented on code in PR #117: URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r878048639
########## .gitignore: ########## @@ -32,6 +32,9 @@ package-lock.json # build src/version.ts +# IDEs +.idea/ + Review Comment: IDE specific files should not go in the .gitignore. The Daffodil .gitignore file has a comment explaining the reasoning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org