andrewglowacki commented on a change in pull request #1583: Fix #1582 Ignore VSCode IDE files URL: https://github.com/apache/accumulo/pull/1583#discussion_r406199809
########## File path: .gitignore ########## @@ -26,3 +26,5 @@ /nbproject/ /nbactions.xml /nb-configuration.xml +.vscode/ +.factorypath Review comment: No problem, '.vscode' directory only exists in the directory you open in the IDE, so it could technically be in anywhere, but usually only in the root. The '.factorypath' file can exist within any sub directory. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
