Skip to content

Instantly share code, notes, and snippets.

@kasir-barati
Last active March 6, 2023 15:52
Show Gist options
  • Save kasir-barati/8b32cf62e69e6f87a6bed899eefe1cb5 to your computer and use it in GitHub Desktop.
Save kasir-barati/8b32cf62e69e6f87a6bed899eefe1cb5 to your computer and use it in GitHub Desktop.
My public prettier ignore which I use in my projects
Docker*
**/*.tsbuildinfo
.DS_STORE
# Angular app specific
.angular
/dist/
/build/
/bazel-out
/integration/bazel/bazel-*
*.log
node_modules
# CircleCI temporary file for cache key computation.
# See `save_month_to_file` in `.circleci/config.yml`.
month.txt
# Include when developing application packages.
pubspec.lock
.c9
.idea/
.devcontainer/*
!.devcontainer/README.md
!.devcontainer/recommended-devcontainer.json
!.devcontainer/recommended-Dockerfile
.settings/
*.swo
*.swp
modules/.settings
modules/.vscode
.vimrc
.nvimrc
# Don't check in secret files
*secret.js
# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log
# build-analytics
.build-analytics
# rollup-test output
/modules/rollup-test/dist/
# User specific bazel settings
.bazelrc.user
# User specific ng-dev settings
.ng-dev.user*
.notes.md
baseline.json
# Ignore .history for the xyz.local-history VSCode extension
.history
# Husky
.husky/_
**/*.yml
**/*.yaml
**/*LICENCE*
LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment