checkout/.prettierignore
2022-01-24 14:38:04 +03:00

36 lines
287 B
Plaintext

# 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
# VS Code
.vscode
# IDEA
.idea