checkout/.prettierignore

40 lines
345 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
2022-01-24 11:38:04 +00:00
# VS Code
2020-09-11 14:58:16 +00:00
.vscode
2022-01-24 11:38:04 +00:00
# IDEA
.idea
# Crowdin formats json in his own way
src/locale/*.json