Skip to content

Instantly share code, notes, and snippets.

@osbyrne
Last active January 24, 2025 10:19
Show Gist options
  • Save osbyrne/b2a61ad3ac1b694ab16065b9a0a65081 to your computer and use it in GitHub Desktop.
Save osbyrne/b2a61ad3ac1b694ab16065b9a0a65081 to your computer and use it in GitHub Desktop.
.gitignore
# Ignore everything
*
# Track directories
!*/
# Track these files
!.gitignore
!*.nix
!*.md
!*.txt
!*.json
!*.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment