about summary refs log tree commit diff
path: root/.prettierignore
blob: 9038a93c09fdc5b05ad4395a5c828e004dea2fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Ignore everything except the code in src/.
# Based on https://stackoverflow.com/a/70715829/458193
*
!src/**/*.js
!src/**/*.jsx
!src/**/*.ts
!src/**/*.tsx
!*/

# More specific ignores go below.
src/locale/locales