31 lines
342 B
Plaintext
31 lines
342 B
Plaintext
# based on https://gist.github.com/thinkricardo/74f37d82b686de371b0853a5d66d559c
|
|
|
|
# ignore all files
|
|
*
|
|
|
|
# include all folders
|
|
!**/
|
|
|
|
# include files to format
|
|
!*.ts
|
|
!*.tsx
|
|
!*.json
|
|
!*.yaml
|
|
!*.yml
|
|
!*.md
|
|
!*.mjs
|
|
|
|
# exclusions
|
|
# **/*.d.ts
|
|
pnpm-lock.yaml
|
|
gen
|
|
dist
|
|
.botpress
|
|
.botpresshome
|
|
.botpresshome.*
|
|
bp_modules
|
|
.genenv/
|
|
.genenv.*
|
|
.turbo
|
|
*.md.ts
|