Skip to content

Instantly share code, notes, and snippets.

@Ivoz
Last active December 25, 2015 19:29
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 Ivoz/7028123 to your computer and use it in GitHub Desktop.
Save Ivoz/7028123 to your computer and use it in GitHub Desktop.
_site/
bower_components/
.sass_cache/
.ruby-version
(workshops)ivo@ivosung workshops$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .ruby-version
# .sass-cache/
# Gemfile
# Gemfile.lock
# _config.yml
# _layouts/
# _posts/
# _site/
# bower_components/
# config.rb
# css/
# fonts/
# gumby.json
# index.html
# js/
# sass/
nothing added to commit but untracked files present (use "git add" to track)
(workshops)ivo@ivosung workshops$ ll -a
total 84
drwxr-xr-x 13 ivo ivo 4096 Oct 18 03:34 .
drwxr-xr-x 11 ivo ivo 4096 Oct 17 19:34 ..
drwxr-xr-x 3 ivo ivo 4096 Oct 17 21:01 bower_components
drwxr-xr-x 2 ivo ivo 4096 Oct 18 03:03 css
drwxr-xr-x 3 ivo ivo 4096 Oct 17 21:01 fonts
drwxr-xr-x 8 ivo ivo 4096 Oct 18 03:41 .git
drwxr-xr-x 2 ivo ivo 4096 Oct 17 21:01 img
drwxr-xr-x 3 ivo ivo 4096 Oct 17 21:42 js
drwxr-xr-x 2 ivo ivo 4096 Oct 18 03:04 _layouts
drwxr-xr-x 2 ivo ivo 4096 Oct 17 20:58 _posts
drwxr-xr-x 3 ivo ivo 4096 Oct 18 03:08 sass
drwxr-xr-x 24 ivo ivo 4096 Oct 18 02:33 .sass-cache
drwxr-xr-x 7 ivo ivo 4096 Oct 18 03:09 _site
-rw-r--r-- 1 ivo ivo 1228 Oct 17 21:01 config.rb
-rw-r--r-- 1 ivo ivo 3013 Oct 18 02:11 _config.yml
-rw-r--r-- 1 ivo ivo 98 Oct 17 20:57 Gemfile
-rw-r--r-- 1 ivo ivo 1073 Oct 17 20:57 Gemfile.lock
-rw-r--r-- 1 ivo ivo 52 Oct 18 03:34 .gitignore
-rw-r--r-- 1 ivo ivo 84 Oct 17 21:38 gumby.json
-rw-r--r-- 1 ivo ivo 1630 Oct 18 03:00 index.html
-rw-r--r-- 1 ivo ivo 11 Oct 17 20:57 .ruby-version
(workshops)ivo@ivosung workshops$ git log
commit 21ddf4f3179cd155fafae37b81419bf24eed1110
Author: Matthew Iversen <teh.ivo@gmail.com>
Date: Fri Oct 18 03:30:08 2013 +1100
Initial commit of gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment