Files
NativeScript/.gitignore
Osei Fortune 4bb347ca69 feat: initial wintercg modules
Adding initial support for the following URL, TextEncoder, TextDecoder, atob, btoa.

This also setups up a cargo workspace (rust) for future developments.

iOS adds a local pod dep until we move to using a pod for the runtime dep.
2024-01-08 01:55:57 -04:00

65 lines
833 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
**/node_modules
**/package-lock.json
**/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
*.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
#rust
/target
#android
.cxx