botbotbot's blog
© 2017. All rights reserved.
# .gitignore src/**/*.css
remove .css that committed in to repo
$ git rm -r --cached . $ git add . $ git commit