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

Removing noise from build files in git status #138

Closed
MarcinKasprowicz opened this issue Jun 12, 2018 · 1 comment
Closed

Removing noise from build files in git status #138

MarcinKasprowicz opened this issue Jun 12, 2018 · 1 comment

Comments

@MarcinKasprowicz
Copy link
Contributor

Build files needs to be stored in the repository. Currently each PR in GUI is associated with the necessity of adding or explicitly-no-adding (because of noisy git status) build/ files in to a change. Idea is to separate production build files from development build files.

Production build files should be generated on-demand before each release.
Development build files should be ignored. They should be stored and served from folder build-dev/. The folder will be added to .gitignore.

@gomoripeti
Copy link
Collaborator

Fixed by #140

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

No branches or pull requests

2 participants