Skip to content

Conversation

zautumnz
Copy link
Contributor

@zautumnz zautumnz commented Mar 9, 2016

Addresses #
Does not address any open issue; just addresses potential confusion over what should/shouldn't be ignored in public, and catches all Thumbs.db files.

Summary of changes:
Previously had many files/subdirectories broken out in the .gitignore; seems the idea is just to ignore the entire directory, which can be done with just the one line.
Not specifying subdirectory for Thumbs.db files will let the gitignore just catch all of 'em.

zautumnz added 2 commits March 8, 2016 17:51
Previously had many files/subdirectories broken out in the `.gitignore`; seems the idea is just to ignore the entire directory, which can be done with just the one line.

Does not address any open issue; just addresses potential confusion over what should/shouldn't be ignored in `public`.
Not specifying any directory means it'll catch all `Thumbs.db` files in any directory.
@geoffp
Copy link
Contributor

geoffp commented Mar 10, 2016

Thanks for this, @zacanger. @bmuenzenmeyer, I gave this a quick test, and it seems to work. Any objections?

@bmuenzenmeyer
Copy link
Member

No objections, as long as a base install works. I love the notion of cleaning stuff up like this. This ignore file is another place that showcases how ~4 years of hacking on the repo have evolved.

@geoffp
Copy link
Contributor

geoffp commented Mar 10, 2016

Groovy

geoffp added a commit that referenced this pull request Mar 10, 2016
`.gitignore` changes: `Thumbs.db` and `public` directory (with all subdirectories and files).
@geoffp geoffp merged commit 7ab342c into pattern-lab:dev Mar 10, 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.

3 participants