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 paths from .gitignore #147

Merged
merged 17 commits into from
Oct 11, 2016
Merged

Ignore paths from .gitignore #147

merged 17 commits into from
Oct 11, 2016

Commits on Sep 30, 2016

  1. Add --use-gitignore feature

    juanj committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    81cb471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d703a5 View commit details
    Browse the repository at this point in the history
  3. Inlcude description in readme

    juanj committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b9e5313 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. Order alphabetically.

    juanj committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    c0eccb1 View commit details
    Browse the repository at this point in the history
  2. Move code to a new function

    juanj committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    4dfe33e View commit details
    Browse the repository at this point in the history
  3. Add test

    juanj committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    13d92cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5703434 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Requested changes.

    * Take in account the cwd.
    * Use one Array#concat
    * Change the test to use Array#includes
    * Find and use nested .gitignores
    juanj committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    012c30a View commit details
    Browse the repository at this point in the history
  2. Remove trailing space

    juanj committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    57040c8 View commit details
    Browse the repository at this point in the history
  3. Add integration test

    juanj committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    3566cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Use indexOf

    juanj committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    1009113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa2776 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    9757062 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    bf7d913 View commit details
    Browse the repository at this point in the history
  2. Take in account XO cwd option

    juanj committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    6e0e4af View commit details
    Browse the repository at this point in the history
  3. Change variable names

    juanj committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    2f172b0 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflict

    juanj committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    ce27572 View commit details
    Browse the repository at this point in the history