Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ignore files that are not in use by repository #6893

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

mc-nv
Copy link
Contributor

@mc-nv mc-nv commented Feb 16, 2024

By defininition these files are designed for a specific purpose:

  • .gitignore - Specifies intentionally untracked files to ignore to prevent undesired files to be pushed to repository with git push.
  • .helmignore - The .helmignore file is used to specify files you don't want to include in your helm chart to be pushed to repository with helm push.

Those files can be useful in development process but it is not applicable to the Triton server repository.

@oandreeva-nv
Copy link
Contributor

@mc-nv Could you please briefly clarify why we ca remove them and they will not be needed for deployment?

@mc-nv mc-nv requested review from nv-kmcgill53 and removed request for nv-kmcgill53 March 1, 2024 23:42
@mc-nv mc-nv merged commit ad25365 into main Mar 2, 2024
3 checks passed
@mc-nv mc-nv deleted the mchornyi-ignores branch March 2, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants