RenaiApp/.prettierignore

22 lines
226 B
Plaintext
Raw Permalink Normal View History

# ignore every file
*.*
# except these file types
!*.handlebars
!*.json
!*.yml
!*.svelte
!*.md
!*.ts
!*.js
2021-07-25 20:38:51 +02:00
!*.mjs
2020-03-02 22:48:18 +01:00
!*.drawio
# but ignore stuff from .gitignore
node_modules
.nyc_output
/src/**/*.js
/frontend
/test-paths
/out