mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore(e2e): register `layout` files in bundle-config * refactor(e2e): rename modal-layout to modal-layout-root Similar to `modal-tab-root`: https://github.com/NativeScript/NativeScript/tree/4.0.0/e2e/modal-navigation/app/modal-tab This avoid the need to explicitly register it to webpack modules. * refactor(e2e): rename mocha describes to contain a dash * refactor: remove bundle-config It is no more as `nativescript-dev-webpack@0.12.0` registers default application modules.
67 lines
813 B
Plaintext
67 lines
813 B
Plaintext
# Folders
|
|
dist
|
|
hooks
|
|
libs
|
|
node_modules
|
|
package
|
|
platforms
|
|
reports
|
|
tags
|
|
|
|
# Files
|
|
package-lock.json
|
|
.DS_Store
|
|
.nsbuildinfo
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Appium files
|
|
e2e/**/*.trace/
|
|
e2e/**/test-results.xml
|
|
|
|
# Webpack configuration files
|
|
webpack.config.js
|
|
tsconfig.esm.json
|
|
|
|
# Generated files
|
|
*.map
|
|
*.tgz
|
|
.baseDir.ts
|
|
.sublime-grunt.cache
|
|
tscommand*.tmp.txt
|
|
.tscache
|
|
|
|
# Other
|
|
*.js
|
|
!tests/hooks/**/*.*
|
|
!gruntfile.js
|
|
!js-libs/**/*.*
|
|
!css/**/*.*
|
|
!css-value/**/*.*
|
|
!fetch/**/*.*
|
|
!apps/TelerikNEXT/lib/**/*.*
|
|
!build/**/*.*
|
|
.vs/
|
|
|
|
.baseDir.ts
|
|
.ctags-exclude
|
|
|
|
TestRunResult.txt
|
|
.testsapprun
|
|
|
|
tns-core-modules.base.d.ts
|
|
tns-core-modules.d.ts
|
|
tns-core-modules.es6.d.ts |