mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
56 lines
728 B
Plaintext
56 lines
728 B
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
|
|
/android
|
|
/platforms
|
|
/plugins
|
|
/www
|
|
/serve
|
|
/mobilefirst
|
|
|
|
# Custom
|
|
/android
|
|
/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_
|