mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
65 lines
947 B
Plaintext
65 lines
947 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
**/yarn.lock
|
|
**/pnpm-lock.yaml
|
|
.npmrc
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
apps/**/*/*.js
|
|
apps/**/*/*.map
|
|
apps/**/*/platforms
|
|
apps/**/*/webpack.*.js
|
|
apps/**/package-lock.json
|
|
*.tgz
|
|
.npmrc
|
|
**/**/*.log
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# core
|
|
# https://github.com/NativeScript/nativescript-dev-webpack/issues/932
|
|
!packages/core/xml/index.js
|
|
|
|
# types
|
|
ios-typings-prj
|
|
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
vite.config.*.timestamp*
|
|
vitest.config.*.timestamp*
|
|
.cursor/rules/nx-rules.mdc
|
|
.github/instructions/nx.instructions.md
|