-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
41 lines (34 loc) · 940 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
41
.DS_Store
wp-lib
wp
vendor
.data
.idea
*.log
local-config.php
# Any dot prefixed scripts are dynamically generated and should be ignored.
containers/scripts/.*
wp-content/uploads
wp-content/plugins
wp-content/themes
# The directory where we're downloading the plugins in different versions.
test/_plugin_store
# Local file used to test the script locally.
.env.licenses
# Ignore the local version of WordPress and the plugins files used in local development and testing.
_wordpress
_plugins
# Any .using file created by the slic cli tool.
.using
# Any .env.slic.* file created to override the slic cli tool configuration or to configure the runs.
.env.slic.local
.env.slic.run
# Any .build-version file created by the slic cli tool.
.build-version
# Any .remote-version file created by the slic cli tool.
.remote-version
# Any architecture detection flag file.
.architecture_arm64
.architecture_x86
# slic own cache directory
.cache