-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (63 loc) · 912 Bytes
/
.gitignore
File metadata and controls
70 lines (63 loc) · 912 Bytes
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Config files
/.*
!.gemini/
.gemini/*
!.gemini/settings.json
!.gemini/commands/
!.gemini/commands/**
!.github
!.vscode
.vscode/*
!.wordpress-org/
!.vscode/extensions.json
!.vscode/settings.json
!.editorconfig
!.eslintignore
!.eslintrc.json
!.eslintrc.staged.json
!.geminiignore
!.gitignore
!.nvmrc
!.prettierignore
!.prettierrc.js
!.stylelintrc
!.svgo.yml
# Other paths
node_modules
bower_components
vendor
!/assets/sass/vendor
/php-scoper/*
!/php-scoper/composer.*
!/php-scoper/README.md
/third-party
/release
phpunit.xml
.idea
npm-debug.log
/dist
/languages
/storybook-static
google-site-kit*.zip
.phpunit.result.cache
/packages/apiclient-services-*.v*
/*.patch
# Editors
*.esproj
*.tmproj
*.tmproject
tmtags
*.un~
Session.vim
*.swp
# Windows
Thumbs.db
Desktop.ini
# Backstop
tests/backstop/*_report/
tests/backstop/tests/
# Jest
coverage/
tests/e2e/screenshots
# Playwright
tests/playwright/artifacts