@ibgib/helper-gib
Version:
common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.
32 lines (24 loc) • 685 B
Plain Text
# start any line with ! to make it an include operation instead of exclude
# npm
node_modules
# other folders
dist
platforms
plugins
www
.git
# common extensions
regexp js ^.*\.(tmp|tgz|DS_Store|sw[mnpcod]|log)$
regexp js ^.*\.tmp\.*$
regexp js ^.*npm-debug\.log\.*$
# js/angular/ionic/etc
regexp js ^.*\.(idea|ionic|sass-cache|sourcemaps|versions|coverage)$
# typescript
regexp js ^.*\.(tsbuildinfo)$
# apps/libraries will be in their own branches
regexp js ^.*apps/(ibgib|plain-gib|nd-gib|ng-ionic-gib|ante-gib).*$
regexp js ^.*libs/(core|encrypt|ts|capacitor|helper|ga)-gib.*$
regexp js ^.*archive/.*$
regexp js ^.*forks/.*$
# private
regexp js ^.*\.(secret|private)(\..+)?$