You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/04/09 13:23:14 UTC

[GitHub] [accumulo] andrewglowacki commented on a change in pull request #1583: Fix #1582 Ignore VSCode IDE files

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:
users@infra.apache.org


With regards,
Apache Git Services