# Common .prettierignore rules # See https://prettier.io/docs/en/ignore.html for more about ignoring files. # Logs and databases # ###################### logs *.log *.sql *.sqlite # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Node generated files # ######################## node_modules npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Compilation folders # ####################### .vercel .now .next out build dist artifacts # Tests # ######### coverage .snapshots # Assets # ########## public *.min.js # Rules specific to this project # ##################### # Add the rules specific to your project below. # If you need to disable a previous rule, don't remove it. Use the "!" to disable it. # e.g. !coverage