1# Exclude all top-level hidden directories by convention 2/.*/ 3 4# Exclude tarballs generated by `npm pack` 5/*.tgz 6 7__mocks__ 8__tests__ 9 10/babel.config.js 11/android/src/androidTest/ 12/android/src/test/ 13/android/build/ 14/example/