Skip to content

Instantly share code, notes, and snippets.

@rusith
Last active February 3, 2018 11:43
Show Gist options
  • Save rusith/51d157d59ab1e3a954ff03cccd7e3ea0 to your computer and use it in GitHub Desktop.
Save rusith/51d157d59ab1e3a954ff03cccd7e3ea0 to your computer and use it in GitHub Desktop.

Revisions

  1. rusith revised this gist Feb 3, 2018. 1 changed file with 27 additions and 0 deletions.
    27 changes: 27 additions & 0 deletions test.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    ├── bin
    │   └── Debug
    │   └── netstandard2.0
    ├── Dapper
    ├── Infrastructure
    │   ├── Actions
    │   │   ├── Abstract
    │   │   └── Concrete
    │   ├── Collections
    │   │   ├── Abstract
    │   │   └── Concrete
    │   ├── Enum
    │   ├── Filters
    │   │   ├── Abstract
    │   │   └── Concrete
    │   ├── Interfaces
    │   ├── Models
    │   │   ├── Abstract
    │   │   │   └── Context
    │   │   └── Concrete
    │   │   └── Context
    │   └── Repositories
    ├── Modules
    ├── obj
    │   └── Debug
    │   └── netstandard2.0
    └── Providers
  2. rusith revised this gist Feb 3, 2018. 1 changed file with 2 additions and 19 deletions.
    21 changes: 2 additions & 19 deletions genie-blog-post-directory-structure.txt
    Original file line number Diff line number Diff line change
    @@ -1,28 +1,11 @@
    ├── BestAppEver
    │   ├── Injection
    │   ├── Logging
    │   ├── Models
    │   │   └── Data
    │   ├── Providers
    │   │   ├── Common
    │   │   └── Data
    │   ├── Services
    │   │   └── Business
    │   └── Tools
    │   ├── Modules
    ├── BestAppEver.API
    │   ├── Controllers
    │   ├── Providers
    │   │   └── Common
    ├── BestAppEver.BL
    │   ├── Services
    │   └── Tools
    ├── BestAppEver.DAL
    │   ├── Modules
    │   └── Providers
    └── BestAppEver.UnitTests
    ├── API
    │   └── Controllers
    ├── Helpers
    ├── Providers
    ├── Services
    └── Tools
    ├── Providers
  3. rusith created this gist Feb 3, 2018.
    28 changes: 28 additions & 0 deletions genie-blog-post-directory-structure.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    ├── BestAppEver
    │   ├── Injection
    │   ├── Logging
    │   ├── Models
    │   │   └── Data
    │   ├── Providers
    │   │   ├── Common
    │   │   └── Data
    │   ├── Services
    │   │   └── Business
    │   └── Tools
    ├── BestAppEver.API
    │   ├── Controllers
    │   ├── Providers
    │   │   └── Common
    ├── BestAppEver.BL
    │   ├── Services
    │   └── Tools
    ├── BestAppEver.DAL
    │   ├── Modules
    │   └── Providers
    └── BestAppEver.UnitTests
    ├── API
    │   └── Controllers
    ├── Helpers
    ├── Providers
    ├── Services
    └── Tools