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

chore: Add .trunk to gitignore #2078

Merged
merged 1 commit into from
Sep 16, 2023
Merged

chore: Add .trunk to gitignore #2078

merged 1 commit into from
Sep 16, 2023

Conversation

BrendanWalsh
Copy link
Collaborator

No description provided.

@github-actions
Copy link

Hey @BrendanWalsh 👋!
Thank you so much for contributing to our repository 🙌.
Someone from SynapseML Team will be reviewing this pull request soon.

We use semantic commit messages to streamline the release process.
Before your pull request can be merged, you should make sure your first commit and PR title start with a semantic prefix.
This helps us to create release messages and credit you for your hard work!

Examples of commit messages with semantic prefixes:

  • fix: Fix LightGBM crashes with empty partitions
  • feat: Make HTTP on Spark back-offs configurable
  • docs: Update Spark Serving usage
  • build: Add codecov support
  • perf: improve LightGBM memory usage
  • refactor: make python code generation rely on classes
  • style: Remove nulls from CNTKModel
  • test: Add test coverage for CNTKModel

To test your commit locally, please follow our guild on building from source.
Check out the developer guide for additional guidance on testing your change.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary by GPT-4

This commit adds a new line to the .gitignore file. The .gitignore file specifies intentionally untracked files that Git should ignore. In this case, the line ".trunk/" is added, which means any files or directories named ".trunk" will be ignored by Git. This could be useful if there are temporary or local files in a directory named ".trunk" that should not be included in the Git repository.

Suggestions

The changes in this PR look good. The addition of .trunk/ to the .gitignore file will prevent any files in a directory named "trunk" from being tracked by Git, which can be useful if this directory is used for temporary files or other data that should not be included in the repository. No suggestions are needed.

@mhamilton723
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mhamilton723 mhamilton723 merged commit e3c48f8 into master Sep 16, 2023
9 checks passed
@mhamilton723 mhamilton723 deleted the BrendanWalsh-patch-1 branch September 16, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants