Skip to content

Instantly share code, notes, and snippets.

@0livare
Last active March 15, 2019 15:31
Show Gist options
  • Save 0livare/43b7291c063c94c1d56c97cf96ff756d to your computer and use it in GitHub Desktop.
Save 0livare/43b7291c063c94c1d56c97cf96ff756d to your computer and use it in GitHub Desktop.
A textual description of a file structure
├── LICENSE
├── README.md
├── gatsby-config.js
├── gatsby-node.js
├── node_modules
├── package-lock.json
├── package.json
├── src
│ ├── layouts
│ ├── pages
│ │ ├── index.js
│ │ ├── blog.js
│ │ ├── contact.js
│ └── templates
└── static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment