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

Ignore files created by Ember-Try #6907

Merged
merged 1 commit into from Mar 28, 2017
Merged

Ignore files created by Ember-Try #6907

merged 1 commit into from Mar 28, 2017

Conversation

elwayman02
Copy link
Contributor

Ember-Try creates a number of temporary files within a project during its test runs. This can cause IDEs & Version Control Tools to try and scan the files, which uses unnecessary resources on the system. Additionally, if Ember-Try exits unexpectedly, some of these files may not be cleaned up correctly, leaving them around to be accidentally committed.

Adding these files to .gitignore will alleviate both problems, given the intentional temporary nature of the files.

Ember-Try creates a number of temporary files within a project during its test runs. This can cause IDEs & Version Control Tools to try and scan the files, which uses unnecessary resources on the system. Additionally, if Ember-Try exits unexpectedly, some of these files may not be cleaned up correctly, leaving them around to be accidentally committed.

Adding these files to `.gitignore` will alleviate both problems, given the intentional temporary nature of the files.
@Turbo87
Copy link
Member

Turbo87 commented Mar 28, 2017

that seems like a good idea, thanks!

@homu r+

@homu
Copy link
Contributor

homu commented Mar 28, 2017

📌 Commit a82bc99 has been approved by Turbo87

homu added a commit that referenced this pull request Mar 28, 2017
Ignore files created by Ember-Try

Ember-Try creates a number of temporary files within a project during its test runs. This can cause IDEs & Version Control Tools to try and scan the files, which uses unnecessary resources on the system. Additionally, if Ember-Try exits unexpectedly, some of these files may not be cleaned up correctly, leaving them around to be accidentally committed.

Adding these files to `.gitignore` will alleviate both problems, given the intentional temporary nature of the files.
@homu
Copy link
Contributor

homu commented Mar 28, 2017

⌛ Testing commit a82bc99 with merge 23be4fb...

@homu
Copy link
Contributor

homu commented Mar 28, 2017

☀️ Test successful - status

@homu homu merged commit a82bc99 into ember-cli:master Mar 28, 2017
@elwayman02 elwayman02 deleted the ignore-ember-try branch March 28, 2017 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants