Skip to content

Commit

Permalink
Oops, move exclusion messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmf authored Nov 10, 2016
1 parent 2ed5ed7 commit 654d26f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ Run `ng build` to build the project. The build artifacts will be stored in the

## Layout

The source is located under the `app` folder. Partial tree (excluding `.ts`
`.html` etc component files under folders, testing framework files,
and the `e2e` End to End testing folder containing app behaviour testings
and definitions):
The source is located under the `app` folder:

```
├── src * Source folder
Expand Down Expand Up @@ -102,8 +99,10 @@ and definitions):
└── tslint.json * Typescript Linter configuration file
```

> Excluded from this listing for brevity: .
> The `node_modules` directory will also be generated for the installed node packages.
> Excluded from this partial tree for brevity: sub-component `.ts` `.html` etc
files under folders, testing framework files, and the `e2e` End to End testing
folder containing app behaviour testings and definitions. The `node_modules`
directory will also be generated for the installed node packages.)


## Extending
Expand Down

0 comments on commit 654d26f

Please sign in to comment.