File tree Expand file tree Collapse file tree 3 files changed +57
-1
lines changed
Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
33 "project" : {
4- "name" : " ej2-angular4 -richtexteditor"
4+ "name" : " ej2-angular5 -richtexteditor"
55 },
66 "apps" : [
77 {
Original file line number Diff line number Diff line change 1+ # Editor configuration, see http://editorconfig.org
2+ root = true
3+
4+ [* ]
5+ charset = utf-8
6+ indent_style = space
7+ indent_size = 2
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
10+
11+ [* .md ]
12+ max_line_length = off
13+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 1+ # See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+ # compiled output
4+ /dist
5+ /dist-server
6+ /tmp
7+ /out-tsc
8+
9+ # dependencies
10+ /node_modules
11+
12+ # IDEs and editors
13+ /.idea
14+ .project
15+ .classpath
16+ .c9 /
17+ * .launch
18+ .settings /
19+ * .sublime-workspace
20+
21+ # IDE - VSCode
22+ .vscode /*
23+ ! .vscode /settings.json
24+ ! .vscode /tasks.json
25+ ! .vscode /launch.json
26+ ! .vscode /extensions.json
27+
28+ # misc
29+ /.sass-cache
30+ /connect.lock
31+ /coverage
32+ /libpeerconnection.log
33+ npm-debug.log
34+ testem.log
35+ /typings
36+
37+ # e2e
38+ /e2e /* .js
39+ /e2e /* .map
40+
41+ # System Files
42+ .DS_Store
43+ Thumbs.db
You can’t perform that action at this time.
0 commit comments