Skip to content

Instantly share code, notes, and snippets.

@munro
Created January 4, 2012 06:53
Show Gist options
  • Save munro/1558863 to your computer and use it in GitHub Desktop.
Save munro/1558863 to your computer and use it in GitHub Desktop.
Git dotfiles .gitignore
/*
!.*
.gitignore

Git dotfiles .gitignore boilerplate!

Ignores all non dotfiles, and the .gitignore file itself. Just appended the files you would like to ignore. .gitignore is ignored so people can't see what files you didn't want in your dotfiles repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment