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

[Feature Request]: TODO(sll): Find a more structured way of ignoring files. #20275

Open
FaithAbiola opened this issue May 7, 2024 · 0 comments
Labels
enhancement Label to indicate an issue is a feature/improvement

Comments

@FaithAbiola
Copy link

FaithAbiola commented May 7, 2024

Is your feature request related to a problem? Please describe.

The .gcloudignore file is used to exclude certain files and directories from the Google Cloud deployments. However, the current .gcloudignore file has a long list of exclusions without a clear structure, making it difficult to manage and understand which files are being ignored and why.

This lack of organization can lead to confusion and errors when adding or removing exclusions, especially for new team members or contributors.

Code Location: .gcloudignore

Describe the solution (or solutions) you'd like

The .gcloudignore file should be organized into categories based on the purpose or type of third-party scripts. The solution should involve:

  1. Creating sections for different types of exclusions, such as frameworks, libraries, plugins, etc.
  2. Adding clear comments to explain the reason for each category and the specific files being excluded.

Describe alternatives you've considered and rejected

No response

Additional context

  • Changes to the .gcloudignore file should be well-documented to avoid any confusion.
  • The .gcloudignore file should be reviewed and updated regularly to reflect any changes in the project's dependencies and file structure.
@seanlip seanlip added the enhancement Label to indicate an issue is a feature/improvement label May 12, 2024
@FaithAbiola FaithAbiola changed the title TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. [BUG]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. May 26, 2024
@FaithAbiola FaithAbiola changed the title [BUG]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. [Feature Request]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. May 26, 2024
@seanlip seanlip changed the title [Feature Request]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. [Feature Request]: TODO in .gcloudignore: Find a more structured way of ignoring files. May 26, 2024
@seanlip seanlip changed the title [Feature Request]: TODO in .gcloudignore: Find a more structured way of ignoring files. [Feature Request]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. May 26, 2024
@FaithAbiola FaithAbiola changed the title [Feature Request]: TODO(sll) in .gcloudignore: Find a more structured way of ignoring files. [Feature Request]: TODO(sll): Find a more structured way of ignoring files. May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Label to indicate an issue is a feature/improvement
Projects
Status: Todo
Development

No branches or pull requests

2 participants