-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
45 lines (41 loc) · 1.53 KB
/
Copy path.prettierignore
File metadata and controls
45 lines (41 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# =======================================================================
# Prettier Ignore
# =======================================================================
# Purpose: Tell Prettier which files to skip to avoid formatting
# generated or binary files (keeps diffs small and fast).
# Docs: https://prettier.io/docs/ignore
# =======================================================================
# ----------------------------------------------------------------------
# Package Manager Lockfiles
# ----------------------------------------------------------------------
# Formatting these can cause massive, merge-breaking diffs.
bun.lock
composer.lock
package-lock.json
pnpm-lock.yaml
yarn.lock
# ----------------------------------------------------------------------
# Common Auto-Generated YAML
# ----------------------------------------------------------------------
# These are typically generated or CI-related - not meant to be formatted.
._circleci/
.gitlab/
.gitlab-ci.yml
azure-pipelines.yml
bitbucket-pipelines.yml
docker-compose.yaml
docker-compose.yml
*.kubeconfig
# ----------------------------------------------------------------------
# Public & Static Assets
# ----------------------------------------------------------------------
# Committed CSS assets, vendor stylesheets, theme CSS (WordPress).
assets/
public/
static/
# ----------------------------------------------------------------------
# Minified & Generated Files
# ----------------------------------------------------------------------
*.min.css
*.min.js
*.min.map