checkout/.prettierignore

32 lines
267 B
Plaintext
Raw Normal View History

2020-02-19 14:23:12 +00:00
# Exclude everything by default
/**/*
# Include all folders
!/**/*/
# Includes
!*.js
!*.jsx
!*.ts
!*.tsx
!*.css
!*.scss
!*.html
!*.md
!*.svg
!*.json
!*.prettierrc
!*.babelrc
# Excludes
package-lock.json
package.json
node_modules
dist
.cache-loader
build_utils