#######################################
# @element/prettier-config v1.0.0 #
#######################################

# image formats
*.ico
*.jpg
*.jpeg
*.png
*.svg

# random file formats
*.hbs
*.xml
*.dmg
*.blockmap
*.zip
*.log
*.styl
*.rtf
*.map
*.LICENCE
*.bundle.js
*.js.snap
storybook-static/sb_dll/

# font file formats
*.ttf
*.woff
*.woff2
*.eot
*.txt

# ignore-syntax and dot config files
.eslintignore
.browserslistrc
.gitignore
.npmignore
.prettierignore
.stylelintignore
.cfignore
.npmrc

# local env folders and files
.env
.editorconfig
.vscode/
package.json
package-lock.json
yarn.lock
**/.DS_Store
**/logs
coverage/
dist/
idea/
public/
node_modules/
Staticfile
.nuxt/
