Skip to content

Instantly share code, notes, and snippets.

@AntelopeSalad
Created January 25, 2014 16:58
Show Gist options
  • Save AntelopeSalad/8619469 to your computer and use it in GitHub Desktop.
Save AntelopeSalad/8619469 to your computer and use it in GitHub Desktop.
$ tree -d
.
├── apps
│   ├── leads
│   │   ├── migrations
│   │   │   └── __pycache__
│   │   ├── __pycache__
│   │   └── templates
│   │   └── leads
│   └── __pycache__
├── core
│   └── __pycache__
├── my_myproject
│   ├── __pycache__
│   ├── static
│   │   ├── css
│   │   │   └── vendor
│   │   ├── images
│   │   └── javascript
│   │   └── vendor
│   └── templates
└── __pycache__
$ tree -d
.
├── apps
│   ├── leads
│   │   ├── migrations
│   │   │   └── __pycache__
│   │   ├── __pycache__
│   │   └── templates
│   │   └── leads
│   └── __pycache__
├── core
│   └── __pycache__
├── myproject
│   └── __pycache__
├── __pycache__
├── static
│   ├── css
│   │   └── vendor
│   ├── images
│   └── javascript
│   └── vendor
└── templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment