Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Created December 15, 2022 12:52
Show Gist options
  • Save stand-sure/180d7440f6b657fc7472590692c28f5c to your computer and use it in GitHub Desktop.
Save stand-sure/180d7440f6b657fc7472590692c28f5c to your computer and use it in GitHub Desktop.
make .gitignore from untracked
#! /bin/bash
# NB the result will need cleaned
# ADVICE run this from another directory and edit the pathing
git ls-files --others --exclude-standard --directory ./YOUR/PATH > .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment