Files
NativeScript/.gitignore
Alexander Vakrilov 82f2ccbdfb chore: remove grunt and clean-up (#7845)
* chore: remove grunt files and deps

* chore: npm scripts cleanup

* chore: more deps clean-up

* chore: tsconfig clean-up

* chore: remove unneed file

* chore: move tsinfig.unit-tests

* chore: add dist/ exclude
2019-10-03 14:50:59 +03:00

74 lines
987 B
Plaintext

# Folders
dist
hooks
ios-typings-prj
libs
node_modules
package
platforms
!tns-core-modules/platforms
reports
tags
# Files
package-lock.json
.DS_Store
.nsbuildinfo
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
.atom
# 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
# https://github.com/NativeScript/nativescript-dev-webpack/issues/932
!tns-core-modules/xml/xml.js
!tests/hooks/**/*.*
!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