HuaHuaY commented on PR #313: URL: https://github.com/apache/iceberg-cpp/pull/313#issuecomment-3525134587
> > Should we add some file extensions such as `.sample` to these files and add a .gitignore file in `.devcontainer`. Its content may be like these: > > ``` > > * > > !*.sample > > ``` > > > > > > > > > > > > > > > > > > > > > > > > When somebody needs dev container, he can copy these files and remove `.sample`. It allows somebody modifies the container configuation without producing a git record. > > Perhaps just add .devcontainer to .gitignore. If we really need to commit changes to it, we can use `git add --force`. Changes in a tracked file will not be ignored by .gitignore. This PR adds these files so it will never be effected by .gitignore. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
