Skip to content

Instantly share code, notes, and snippets.

@jmpolom
Created January 5, 2023 02:32
Show Gist options
  • Save jmpolom/a9dbacd3cfed4bd27514ea0213869955 to your computer and use it in GitHub Desktop.
Save jmpolom/a9dbacd3cfed4bd27514ea0213869955 to your computer and use it in GitHub Desktop.
git exclude all and selectively include
# everything
*
# exceptions
!.gitignore
!.config/
!.config/systemd/
!.config/systemd/user/
!.config/systemd/user/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment