-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(generators): v8 repackaging (#131)
* Ionic 4.7 * {N} 6 * cleanup packaging and fix issues
- Loading branch information
1 parent
fef25cf
commit de05db5
Showing
1,041 changed files
with
32,678 additions
and
16,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,14 @@ | ||
# IDEs | ||
.idea/ | ||
jsconfig.json | ||
|
||
# Outputs | ||
e2e/**/*.js | ||
e2e/**/*.js.map | ||
scripts/**/*.js | ||
scripts/**/*.js.map | ||
!scripts/tools/**/*.js | ||
src/**/*.js | ||
src/**/*.js.map | ||
!src/app.nativescript/_files/tools/*.js | ||
!src/app.nativescript/_files/webpack.config.js | ||
!src/xplat/_testing_files/karma.conf.js | ||
tmp | ||
|
||
*.tgz | ||
src/**/*.ngfactory.d.ts | ||
!src/app.nativescript/_files/app/app.module.ngfactory.d.ts | ||
.angulardoc.json | ||
|
||
# Mac OSX Finder files. | ||
**/.DS_Store | ||
node_modules | ||
.idea | ||
/.vscode | ||
dist | ||
/build | ||
/coverage | ||
test | ||
.DS_Store | ||
tmp | ||
*.log | ||
.ng_pkg_build | ||
jest.debug.config.js | ||
|
||
# Misc | ||
node_modules/ | ||
npm-debug.log* | ||
yarn-error.log* | ||
|
||
package-lock.json | ||
package-lock.json |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
tmp | ||
/test | ||
/build | ||
node_modules | ||
/package.json | ||
packages/angular/src/schematics/**/_**files/**/*.json | ||
packages/electron/src/schematics/**/_**files/**/*.json | ||
packages/ionic/src/schematics/**/_**files/**/*.json | ||
packages/nativescript/src/schematics/**/_**files/**/*.json | ||
packages/nativescript/src/schematics/**/App_Resources/**/* | ||
packages/nativescript/src/schematics/**/hooks/**/* | ||
packages/nativescript/src/schematics/**/tools/**/* | ||
packages/nativescript/src/schematics/**/src/assets/*.min.css | ||
packages/web/src/schematics/**/_*/**/*.json | ||
packages/xplat/src/schematics/**/_*/**/*.json | ||
/.vscode | ||
/.idea | ||
/.github | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"singleQuote": true, | ||
"endOfLine": "lf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.