generated from devuri/raydium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (46 loc) · 791 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
42
43
44
45
46
47
48
49
50
51
52
53
node_modules/
tmp/
public/assets/dist/
public/assets/mix.js.map
public/assets/mix-manifest.json
build/deploy/
vendor/
composer.lock
auth.json
public/wp/uploads/*
!public/wp/uploads/.gitkeep
public/wp/*
!public/wp/.gitkeep
public/wp-content/*
public/content/*
public/app/*
!public/app/templates/
!public/app/.gitkeep
!public/app/.htaccess
public/plugins/*
!public/plugins/.gitkeep
!public/plugins/.htaccess
!public/plugins/core
public/mu-plugins/*
!public/mu-plugins/.gitkeep
!public/mu-plugins/.htaccess
!public/mu-plugins/wpframework.php
report/
.wp-develop/
deploy.zip
.github/
.idea/
.phpunit.result.cache/
.vscode/
.phpdoc/
.env
.env.backup
.env.local
.secret
.phpunit.result.cache
.phpdoc/cache/
npm-debug.log
yarn-error.log
wpcs-lint.txt
wpcs-fixed-report.txt
package-lock.json