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

Docs: gitignore syntax updates (fixes #8139) #10776

Merged
merged 2 commits into from
Aug 22, 2018

Commits on Aug 20, 2018

  1. Docs: .gitignore syntax updates (fixes eslint#8139)

    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch gitignore-syntax-updates
    # Changes to be committed:
    #modified:   docs/user-guide/command-line-interface.md
    #modified:   docs/user-guide/configuring.md
    #
    
    Adds cross links between .eslintignore and --ignore-pattern sections.
    Adds link to --ignore-pattern section directing to .gitignore specs.
    Adds description to .eslintignore section that emphasizes forward slashes being necessary with examples of valid and invalid syntax.
    Adds explicit statements to both sections that support this example.
    santanaG committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    2c1685b View commit details
    Browse the repository at this point in the history
  2. adds a comma

    santanaG committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    36ae059 View commit details
    Browse the repository at this point in the history