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

fix(compute/serve): replace separate ignore files with .fastlyignore #834

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

Integralist
Copy link
Collaborator

Problem: supporting multiple ignore files introduced layered complexity such as when the .ignore file couldn't override something defined in the .gitignore or global ignore file. This ended up causing problems for customers using our Compute Starter Kits.

Solution: We already utilise a .fastlyignore file for compiling projects (as a way to indicate files to ignore) so we've replaced the existing ignore files with that.

Copy link
Member

@fgsch fgsch left a comment

Choose a reason for hiding this comment

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

LGTM

@Integralist Integralist merged commit 7246d7c into main Feb 21, 2023
@Integralist Integralist deleted the integralist/watch-ignore branch February 21, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants