Skip to content

Instantly share code, notes, and snippets.

@mrowa44
Last active June 5, 2017 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrowa44/1b943609300feb07fbded136df717464 to your computer and use it in GitHub Desktop.
Save mrowa44/1b943609300feb07fbded136df717464 to your computer and use it in GitHub Desktop.
ignore create-react-app build files when you forgotten about that...

.gitignore:

src/**/*.css
!src/index.css
!src/assets
git rm -r --cached . && git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment