Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sonukapoor/6b35e88227f34e37a6df1c43a67608ee to your computer and use it in GitHub Desktop.
Save sonukapoor/6b35e88227f34e37a6df1c43a67608ee to your computer and use it in GitHub Desktop.
Get all files in Unix without folders and push to eslintignore
find . -type f > ../.eslintignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment