.
├── default
│ ├── default
│ ├── test
│ └── local
├── types
│ ├── ui
│ │ ├── default
│ │ ├── test
│ │ └── local
│ ├── api
│ │ ├── default
│ │ ├── test
│ │ └── local
│ └── auth
│ ├── default
│ ├── test
│ └── local
└── apps
├── my-first-app
│ ├── default
│ ├── test
│ └── local
├── my-second-app
│ ├── default
│ ├── test
│ └── local
└── my-third-app
├── default
├── test
└── local
Created
April 4, 2014 21:09
-
-
Save camshaft/9983209 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment