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

Expanded git's ignore list #16

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Expanded git's ignore list #16

merged 1 commit into from
Apr 5, 2024

Conversation

tomwheeler
Copy link
Collaborator

What was changed

Expanded the list of files and directories that git should ignore for this project.

Why?

After I ran the web application, I found that git listed a couple of new directories as untracked. To my understanding, those are created automatically and need not be maintained in version control. The .DS_Store files created by macOS Finder aren't relevant to the application and needn't be stored. The example-input.json file is what I have been using as input when running the Order Workflow manually, and I want to guard against checking it in. The documentation I'm writing will provide an example, which someone can copy and modify.

Checklist

  1. Closes:
    N/A

  2. How was this tested:
    I verified that these items were all listed as untracked when I ran git status, and after adding these lines to the .gitignore file, they were no longer listed.

  3. Any docs updates needed?

No

@tomwheeler tomwheeler marked this pull request as ready for review April 4, 2024 22:51
@tomwheeler tomwheeler merged commit 6f2af6a into main Apr 5, 2024
2 checks passed
@tomwheeler tomwheeler deleted the expanded-gitignore branch April 5, 2024 14:20
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.

3 participants