forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
54 lines (40 loc) · 1.29 KB
/
.prettierignore
File metadata and controls
54 lines (40 loc) · 1.29 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
46
47
48
49
50
51
52
53
54
node_modules
yarn.lock
package-lock.json
dist
*.zip
.github
# Website
.astro
# Generated scss files
_icon-font-codes.scss
community-modules/styles/src/internal/ag/generated/*
# Algolia
documentation/update-algolia-indices/output
# Don't reorganize the order of the imports
testing/module-size/src/App_Src.tsx
# generated file
packages/ag-grid-vue3/vite.config.d.ts
# vue3 - needs revisiting but as it stands the formatting is removing imports required by vue3 so ignore for now
packages/ag-grid-vue3/src/components/AgGridVue.vue
packages/ag-grid-vue3/src/components/utils.ts
# angular - test file requires imports to be in a specific order
packages/ag-grid-angular/projects/ag-grid-angular/src/test.ts
documentation/ag-grid-docs/public/example-runner/grid-angular-boilerplate/main.ts
# Comment in astro file
external/ag-website-shared/src/components/documentation-archive/DocumentationArchiveSection.astro
/.nx/workspace-data
testing/ag-grid-docs/e2e/.cache
testing/ag-grid-docs/playwright-report/
testing/ag-grid-docs/test-results/
testing/vue3-tests/test-results/
testing/angular-package-tests/project.base.json
documentation/ag-grid-docs/src/components/ZoomInfo.astro
# Files without Prettier parsers
*.patch
*.sh
.gitrepo
.nxignore
# External subrepo (managed separately)
external/ag-shared/
.rulesync