File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed
Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1010* .dbproj merge =union
1111
1212# Standard to msysgit
13- * .doc diff =astextplain
14- * .DOC diff =astextplain
13+ * .doc diff =astextplain
14+ * .DOC diff =astextplain
1515* .docx diff =astextplain
1616* .DOCX diff =astextplain
1717* .dot diff =astextplain
1818* .DOT diff =astextplain
1919* .pdf diff =astextplain
20- * .PDF diff =astextplain
21- * .rtf diff =astextplain
22- * .RTF diff =astextplain
20+ * .PDF diff =astextplain
21+ * .rtf diff =astextplain
22+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change @@ -132,7 +132,10 @@ publish/
132132# *.pubxml
133133
134134# NuGet Packages Directory
135- Packages /
135+ packages /
136+
137+ # Node.js Modules Directory
138+ node_modules /
136139
137140# Windows Azure Build Output
138141csx
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " AngularJS-SPA-Template" ,
3+ "description" : " AngularJS SPA Project Template for Visual Studio" ,
4+ "repository" : " https://github.com/KriaSoft/AngularJS-SPA-Template" ,
5+ "devDependencies" : {
6+ "phantomjs" : " ~1.9" ,
7+ "karma" : " ~0.10" ,
8+ "karma-junit-reporter" : " ~0.1" ,
9+ "karma-jasmine" : " ~0.1" ,
10+ "karma-ng-scenario" : " ~0.1"
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments