*.DS_Store *.gem *Gemfile.lock # *.sublime-project *.sublime-workspace *.jekyll-metadata *.ste test.rb other langs # RPS.rb RPS_RAW.rb rps.py bg.py working # README.md # _site # .sass-cache # If gitignore is not working: # try this: # ====================================================== # git rm -rf --cached . # git add . # git commit -m "remove cached files, gitignore" # git push