Commit d3ded5b
committed
Workaround for Yeoman generators not producing .gitignore files due to Yeoman issue #1862
1 parent 7e51fc4 commit d3ded5bCopy full SHA for d3ded5b
File tree
Expand file treeCollapse file tree
9 files changed
+32
-17
lines changedOpen diff view settings
Filter options
- templates
- Angular2Spa
- KnockoutSpa
- ReactReduxSpa
- ReactSpa
- WebApplicationBasic
- yeoman/src
- build
- generator
- app
Expand file treeCollapse file tree
9 files changed
+32
-17
lines changedOpen diff view settings
Collapse file
+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
Collapse file
templates/Angular2Spa/.gitignore templates/Angular2Spa/template_gitignoretemplates/Angular2Spa/.gitignore renamed to templates/Angular2Spa/template_gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
templates/KnockoutSpa/.gitignore templates/KnockoutSpa/template_gitignoretemplates/KnockoutSpa/.gitignore renamed to templates/KnockoutSpa/template_gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
templates/ReactReduxSpa/.gitignore …mplates/ReactReduxSpa/template_gitignoretemplates/ReactReduxSpa/.gitignore renamed to templates/ReactReduxSpa/template_gitignore templates/ReactReduxSpa/.gitignore renamed to templates/ReactReduxSpa/template_gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
templates/ReactSpa/.gitignore templates/ReactSpa/template_gitignoretemplates/ReactSpa/.gitignore renamed to templates/ReactSpa/template_gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
templates/WebApplicationBasic/.gitignore …s/WebApplicationBasic/template_gitignoretemplates/WebApplicationBasic/.gitignore renamed to templates/WebApplicationBasic/template_gitignore templates/WebApplicationBasic/.gitignore renamed to templates/WebApplicationBasic/template_gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
templates/yeoman/src/build/build.ts
Copy file name to clipboardExpand all lines: templates/yeoman/src/build/build.ts+14-11Lines changed: 14 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
41 | | - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
42 | 45 | |
43 | 46 | |
44 | 47 | |
| ||
49 | 52 | |
50 | 53 | |
51 | 54 | |
52 | | - |
| 55 | + |
53 | 56 | |
54 | 57 | |
55 | 58 | |
56 | 59 | |
57 | 60 | |
58 | 61 | |
59 | | - |
| 62 | + |
60 | 63 | |
61 | 64 | |
62 | | - |
| 65 | + |
63 | 66 | |
64 | 67 | |
65 | 68 | |
66 | 69 | |
67 | | - |
| 70 | + |
68 | 71 | |
69 | | - |
| 72 | + |
70 | 73 | |
71 | 74 | |
72 | 75 | |
73 | 76 | |
74 | 77 | |
75 | | - |
| 78 | + |
76 | 79 | |
77 | 80 | |
78 | 81 | |
79 | 82 | |
80 | 83 | |
81 | | - |
| 84 | + |
82 | 85 | |
83 | 86 | |
84 | 87 | |
|
Collapse file
templates/yeoman/src/generator/app/index.ts
Copy file name to clipboardExpand all lines: templates/yeoman/src/generator/app/index.ts+10-5Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
50 | 55 | |
51 | 56 | |
52 | 57 | |
53 | 58 | |
54 | 59 | |
55 | 60 | |
56 | 61 | |
57 | | - |
| 62 | + |
58 | 63 | |
59 | 64 | |
60 | 65 | |
61 | 66 | |
62 | 67 | |
63 | 68 | |
64 | 69 | |
65 | | - |
| 70 | + |
66 | 71 | |
67 | 72 | |
68 | 73 | |
|
Collapse file
templates/yeoman/src/generator/package.json
Copy file name to clipboardExpand all lines: templates/yeoman/src/generator/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
0 commit comments