# 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)(\..+)?$
