Skip to content

Commit

Permalink
Merge pull request #12 from structure-codes/move-tree-to-utils
Browse files Browse the repository at this point in the history
Move tree to utils
  • Loading branch information
alex-oser authored Mar 6, 2022
2 parents 2fdb2e4 + 0db42df commit 8a52c4c
Show file tree
Hide file tree
Showing 8 changed files with 827 additions and 782 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"explorerExclude.backup": null
}
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ Please use the [@structure-codes/cli](https://github.com/structure-codes/cli) to
```
├── functions
├── src
├── articles
├── components
├── builder
│ │ ├── center
│ │ ├── left
│ │ │ └── sections
│ │ ├── lists
│ │ └── right
│ │ └── sections
├── dashboard
├── landing
├── router
└── shared
└── constants
├── articles
├── components
├── builder
│ │ ├── center
│ │ ├── left
│ │ │ └── sections
│ │ ├── lists
│ │ └── right
│ │ └── sections
├── dashboard
├── landing
├── router
└── shared
└── constants
└── static
└── images
├── screenshots
└── templates
└── images
├── screenshots
└── templates
```
Loading

0 comments on commit 8a52c4c

Please sign in to comment.