Skip to content

Instantly share code, notes, and snippets.

@gcman105
Last active August 29, 2015 14:08
Show Gist options
  • Save gcman105/0412202f123f08dffe4b to your computer and use it in GitHub Desktop.
Save gcman105/0412202f123f08dffe4b to your computer and use it in GitHub Desktop.
.gitignore to ignore almost everything apart from `.org` files.

I have set up the gitignore to ignore almost everything apart from .org files.

.gitignore file

*
!.gitattributes
!.gitignore
!README.md
!.gitkeep
!*.org
!*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment