Skip to content

Instantly share code, notes, and snippets.

@steveoh
Created October 17, 2016 17:24
Show Gist options
  • Save steveoh/8e11138a7d011e842797efe0d01a7206 to your computer and use it in GitHub Desktop.
Save steveoh/8e11138a7d011e842797efe0d01a7206 to your computer and use it in GitHub Desktop.
inverting the gitignore
*
*\**/**
!src/app/
src/app/**/*.css
!src/ChangeLog.html
!src/index.html
!profiles/
!.github/
!.gitignore
!_SpecRunner.html
!.bowerrc
!.eslintrc
!.stylintrc
!.gitattributes
!.travis.yml
!bower.json
!GruntFile.js
!license.md
!package.json
!readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment