Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Last active October 9, 2015 08:28
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 nickmccurdy/82e8aa571727ca07a34c to your computer and use it in GitHub Desktop.
Save nickmccurdy/82e8aa571727ca07a34c to your computer and use it in GitHub Desktop.
"git ls-files" output for my Sinatra site (for StackOverflow)
~/Repos/website sinatra ✔ ➜ git ls-files
.gitignore
Gemfile
Gemfile.lock
Procfile
README.md
config.ru
public/apps/collatz/index.html
public/apps/default_icon.png
public/apps/mtb/changelog.txt
public/apps/mtb/compatibility.txt
public/apps/mtb/favicon.ico
public/apps/mtb/icon.png
public/apps/mtb/index.html
public/apps/mtb/iphone_icon.png
public/apps/quick_note/favicon.ico
public/apps/quick_note/icon.png
public/apps/quick_note/index.html
public/apps/screen_space/images/[a bunch of images]
public/apps/screen_space/index.html
public/apps/screen_space/styles.css
public/apps/text_tools/about.html
public/apps/text_tools/backgrounds/[a bunch of images]
public/apps/text_tools/changelog.txt
public/apps/text_tools/help.html
public/apps/text_tools/icons/[a bunch of images]
public/apps/text_tools/index.html
public/apps/text_tools/scripts.js
public/apps/text_tools/styles.css
public/apps_dev/[cut for brevity and containing unreleased code, pretty much just html/css/js/image files and subdirectories]
public/css/bootstrap-cyborg.css
public/css/bootstrap-cyborg.min.css
public/css/bootstrap-responsive.css
public/css/bootstrap-responsive.min.css
public/css/bootstrap.css
public/css/bootstrap.min.css
public/css/styles.css
public/img/[a bunch of images]
public/img/glyphicons/[a bunch of images]
public/js/analytics.js
public/js/bootstrap.js
public/js/bootstrap.min.js
public/js/jquery-1.7.2.min.js
public/js/scripts.js
site.rb
views/404.erb
views/index.erb
views/layout.erb
views/projects.erb
views/skills.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment