# Gitignore from Quickstart # qkst.io/dotfiles/gitignore # Sensitive files *.key *.pem # JavaScript node_modules/ bower_components/ npm-debug.log # Python *.py[cod] venv __pycache__ *.egg-info # Ruby *.gem .bundle Gemfile.lock *.rbc # Java *.class *.[jwe]ar # C, C++ *.o *.so *.la *.a *.dll # Executables *.out *.exe *.app # Logs *.log logs # Archives *.[7gx]z *.[tr]ar *.zip *.dmg *.deb *.rpm *.xpi *.msi # Linux *~ .Trash-* # OS X ._* .fuse_* .Spotlight-* .DS_Store # Windows *.tmp *.bak *.lnk Thumbs.db # Ansible *.retry # Vagrant .vagrant # IDEA .idea/* # Other VCS .hg .bzr .svn # Other temporary files *.dump *.swp