# Exclude ervything
*
# Allow all JavaScript files from the src folder
!src/*
!src/*/*
# Allow all JavaScript files from the distrib folder
!distrib/*.js
!distrib/*.ts
!distrib/*.css
!distrib/*/*.js
