mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
75 lines
1.2 KiB
Plaintext
75 lines
1.2 KiB
Plaintext
# Folders
|
|
dist
|
|
hooks
|
|
ios-typings-prj
|
|
libs
|
|
node_modules
|
|
package
|
|
platforms
|
|
!nativescript-core/platforms
|
|
reports
|
|
tags
|
|
temp
|
|
|
|
# Files
|
|
package-lock.json
|
|
.DS_Store
|
|
.nsbuildinfo
|
|
tsdoc-metadata.json
|
|
thumbs.db
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
.atom
|
|
.ctags-exclude
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Appium files
|
|
mochawesome-report
|
|
e2e/**/*.trace/
|
|
e2e/**/test-results.xml
|
|
e2e/**/e2e/resources/
|
|
|
|
# Webpack configuration files
|
|
webpack.config.js
|
|
tsconfig.esm.json
|
|
tsconfig.tns.json
|
|
|
|
# Generated files
|
|
*.map
|
|
*.tgz
|
|
.baseDir.ts
|
|
tscommand*.tmp.txt
|
|
.tscache
|
|
|
|
# Other
|
|
*.js
|
|
!tns-core-modules-package/**/*.js
|
|
# https://github.com/NativeScript/nativescript-dev-webpack/issues/932
|
|
!nativescript-core/xml/xml.js
|
|
!tests/hooks/**/*.*
|
|
!nativescript-core/js-libs/**/*.*
|
|
!nativescript-core/cli-hooks/**/*.*
|
|
!nativescript-core/css/**/*.*
|
|
nativescript-core/css/parser.js*
|
|
nativescript-core/css/system-classes.js*
|
|
!nativescript-core/css-value/**/*.*
|
|
!nativescript-core/fetch/**/*.*
|
|
!nativescript-core/build/**/*.*
|
|
|
|
#generated by api-extractor
|
|
nativescript-core/nativescript-core.d.ts
|
|
|
|
.vs/
|