mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
102 lines
1.4 KiB
Plaintext
102 lines
1.4 KiB
Plaintext
# Specifies intentionally untracked files to ignore when using Git
|
|
# http://git-scm.com/docs/gitignore
|
|
|
|
*~
|
|
*.sw[mnpcod]
|
|
.tmp
|
|
*.tmp
|
|
*.tmp.*
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
Thumbs.db
|
|
UserInterfaceState.xcuserstate
|
|
$RECYCLE.BIN/
|
|
|
|
*.log
|
|
log.txt
|
|
npm-debug.log*
|
|
|
|
/.idea
|
|
/.ionic
|
|
/.sass-cache
|
|
/.sourcemaps
|
|
/.versions
|
|
/.vscode
|
|
/coverage
|
|
/dist
|
|
/node_modules
|
|
/platforms
|
|
/plugins
|
|
/www
|
|
/serve
|
|
/mobilefirst
|
|
|
|
# Custom
|
|
/package-lock.json
|
|
|
|
|
|
src/app/architect/
|
|
src/environments/environment.e2e.ts
|
|
.env
|
|
platforms_
|
|
_platforms
|
|
|
|
|
|
src/app/store/notification.service.spec.ts
|
|
src/app/store/notification.service.ts
|
|
|
|
|
|
src/assets/www/pdfjs/web/compressed.tracemonkey-pldi-09.pdf.pdf
|
|
node_modules_
|
|
node_modules__
|
|
plugins_
|
|
|
|
src/plugin/beast-orm
|
|
|
|
|
|
android/**
|
|
!android/app/
|
|
android/app/**
|
|
!android/app/src
|
|
!android/app/google-services.json
|
|
android/app/src/**
|
|
!android/app/src/build.gradle
|
|
!android/app/src/main
|
|
android/app/src/main/**
|
|
!android/app/src/main/res/
|
|
!android/app/src/main/AndroidManifest.xml
|
|
android/app/src/main/res/**
|
|
!android/app/src/main/res/drawable***
|
|
!android/app/src/main/res/mip***
|
|
!android/app/src/main/res/values
|
|
|
|
___android/
|
|
_android/
|
|
_www/
|
|
www2020
|
|
android copy/
|
|
report.*
|
|
src/plugin/*
|
|
!src/plugin/*.js
|
|
!src/plugin/src
|
|
_node_modules/
|
|
migrat/
|
|
|
|
cypress/videos
|
|
*.rar
|
|
|
|
src/app/models/beast-orm-pro.ts
|
|
|
|
|
|
src/app/pipes/process.service.spec.ts
|
|
src/app/pipes/process.service.ts
|
|
|
|
/.angular
|
|
./.angular
|
|
src/app/domain
|
|
_src/
|
|
-src
|
|
plugin copy
|
|
pm2.yaml
|