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

Update .gitignore #996

Merged
merged 1 commit into from
May 10, 2024
Merged

Update .gitignore #996

merged 1 commit into from
May 10, 2024

Conversation

matthew-white
Copy link
Member

This PR updates .gitignore to more closely match the .gitignore that ships with Vite (related: #671).

Before submitting this PR, please make sure you have:

  • run npm run test and npm run lint and confirmed all checks still pass OR confirm CircleCI build passes
  • verified that any code or assets from external sources are properly credited in comments or that everything is internally sourced

Comment on lines -16 to -17
.env.local
.env.*.local
Copy link
Member Author

Choose a reason for hiding this comment

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

The main change is that these have been replaced with *.local below.

@matthew-white matthew-white requested a review from ktuite May 9, 2024 22:44
@matthew-white matthew-white merged commit e84a041 into master May 10, 2024
1 check passed
@matthew-white matthew-white deleted the update-gitignore branch May 10, 2024 04:03
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.

None yet

2 participants