rrrokhtar commented on PR #863: URL: https://github.com/apache/age/pull/863#issuecomment-1526590530
There is a trick I'm using to can exclude/ignore some files in git locally even if it is not ignored on the remote git Open terminal in the project directory ```sh echo '/.vscode/*' >> .git/info/exclude ``` You can treat that exclude file as a local .gitginore file which you can add whatever you want there -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
