-
Notifications
You must be signed in to change notification settings - Fork 3
/
.prettierignore
44 lines (31 loc) · 1.18 KB
/
.prettierignore
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
#-------------------------------------------------------------------------------------------------------------------
# Keep this section in sync with .gitignore
#-------------------------------------------------------------------------------------------------------------------
# Docker
Docker
docker-compose.override.yml
# Packages
node_modules
#-------------------------------------------------------------------------------------------------------------------
# Keep this section in sync with .gitignore
#-------------------------------------------------------------------------------------------------------------------
👋 (copy + paste your .gitignore file contents here) 👋
#-------------------------------------------------------------------------------------------------------------------
# Prettier-specific overrides
#-------------------------------------------------------------------------------------------------------------------
# Nx files
.nx
# Package manager files
yarn.lock
package-lock.json
# Prettier reformats code blocks inside Markdown, which affects rendered output
**/node_modules/*
*.log
.env
# Dist
**/dist/**
**/.cache/**
**/build/**
.DS_Store
/.nx/cache
*.json