Skip to content

Instantly share code, notes, and snippets.

@berkesayin
Last active September 30, 2022 21:27
Show Gist options
  • Save berkesayin/333f4dc28bfcf27e2c2dcf7af0a173a2 to your computer and use it in GitHub Desktop.
Save berkesayin/333f4dc28bfcf27e2c2dcf7af0a173a2 to your computer and use it in GitHub Desktop.
dev
├── build
│ └── logs
│ │ └── debug_a.log
│ │ └── debug_b.log
│ │ └── debug_c.log
├── tests
│ └── test1.js
│ └── test2.js
│ └── test3.js
├── home
│ └── index.html
│ └── about.html
│ └── style.css
│ └── custom.css
│ └── app.js
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment