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

Adding dist and node_modules folders to a root .gitignore file #132

Merged
merged 1 commit into from Jan 26, 2016
Merged

Adding dist and node_modules folders to a root .gitignore file #132

merged 1 commit into from Jan 26, 2016

Conversation

EricTendian
Copy link
Contributor

This change removes the dist and node_modules folders from the repository, and ignores the folders in Git. They are unnecessary as gulp and npm respectively will recreate the folders as needed. I have tested this.

Otherwise, running git status will show a long list of Node modules in the "Untracked files" section, plus folders and files inside /dist.

Since there's no dev branch I'm requesting this is merged into master. I agree to the CLA in its current state.

This change removes the dist and node_modules folders from the repository, and ignores
the folders in Git. They are unnecessary as `gulp` and `npm` respectively will recreate
the folders as needed.
rladines added a commit that referenced this pull request Jan 26, 2016
Adding dist and node_modules folders to a root .gitignore file
@rladines rladines merged commit d851621 into Chicago:master Jan 26, 2016
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