2024-04-02 13:02:20 +02:00
|
|
|
|
# Ignore everything except JS-ey code.
|
2024-04-02 07:58:31 +02:00
|
|
|
|
# Based on https://stackoverflow.com/a/70715829/458193
|
|
|
|
|
*
|
2024-04-02 13:02:20 +02:00
|
|
|
|
!**/*.js
|
|
|
|
|
!**/*.jsx
|
|
|
|
|
!**/*.ts
|
|
|
|
|
!**/*.tsx
|
2024-04-02 07:58:31 +02:00
|
|
|
|
!*/
|
2023-03-20 22:41:15 +01:00
|
|
|
|
|
2024-04-02 07:58:31 +02:00
|
|
|
|
# More specific ignores go below.
|
2024-04-02 13:02:20 +02:00
|
|
|
|
.expo
|
|
|
|
|
android
|
|
|
|
|
ios
|
2024-04-02 07:58:31 +02:00
|
|
|
|
src/locale/locales
|