-
Notifications
You must be signed in to change notification settings - Fork 102
/
.gitignore
40 lines (35 loc) · 897 Bytes
/
.gitignore
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
# Global.
.idea
/**/.DS_STORE
/**/node_modules
/vendor
*.map
/**/build
.wp-env.override.json
# Configs from wporg-repo-tools.
.eslintrc.js
.prettierrc.js
.stylelintrc
# Ignore 3rd-party code.
/wp-content/*
/wp-content/mu-plugins/*
/wp-content/mu-plugins/pub/*
/wp-content/mu-plugins/pub/locale-switcher/build
/wp-content/plugins/*
/wp-content/themes/*
/wp-content/themes/pub/*
# Track our custom code.
!/wp-content/mu-plugins
!/wp-content/mu-plugins/pub
!/wp-content/mu-plugins/pub/locales.php
!/wp-content/mu-plugins/pub/class-validator.php
!/wp-content/mu-plugins/pub/locale-switcher
!/wp-content/mu-plugins/pub/locale-switcher/.eslintrc.js
!/wp-content/plugins
!/wp-content/plugins/wporg-learn
!/wp-content/plugins/sensei-pro
!/wp-content/themes
!/wp-content/themes/pub
!/wp-content/themes/pub/wporg-learn-2024
# Ignore subfolders in our custom code.
/wp-content/plugins/wporg-learn/build