All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m24s
47 lines
563 B
Plaintext
47 lines
563 B
Plaintext
# NativeScript
|
|
hooks/
|
|
node_modules/
|
|
platforms/
|
|
|
|
# NativeScript Template
|
|
*.js.map
|
|
*.js
|
|
!eslint.config.js
|
|
!webpack.config.js
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
.idea
|
|
.cloud
|
|
.project
|
|
tmp/
|
|
typings/
|
|
|
|
# misc
|
|
npm-debug.log
|
|
|
|
# app
|
|
!*.d.ts
|
|
!src/assets/fontawesome.min.css
|
|
!eslint.config.js
|
|
!webpack.config.js
|
|
/report/
|
|
.nsbuildinfo
|
|
/temp/
|
|
/src/tns_modules/
|
|
|
|
# app uses platform specific scss which can inadvertently get renamed which will cause problems
|
|
app/app.scss
|
|
|
|
package-lock.json
|
|
!tools/**
|