File tree 1 file changed +77
-0
lines changed
1 file changed +77
-0
lines changed Original file line number Diff line number Diff line change
1
+ # WordPress core files
2
+ wp-config.php
3
+ wp-content /upgrade /
4
+ wp-content /uploads /
5
+ wp-content /cache /
6
+ wp-content /backups /
7
+ wp-content /backup-db /
8
+ wp-content /backup-ups /
9
+ wp-content /backup-wp /
10
+ wp-admin /
11
+ wp-includes /
12
+ . /index.php
13
+ wp-settings.php
14
+ wp-load.php
15
+ wp-cron.php
16
+ wp-links-opml.php
17
+ wp-activate.php
18
+ wp-blog-header.php
19
+ wp-comments-post.php
20
+ wp-login.php
21
+ wp-mail.php
22
+ wp-signup.php
23
+ wp-trackback.php
24
+ xmlrpc.php
25
+ .htaccess
26
+ readme.html
27
+ license.txt
28
+ php.ini
29
+ .env
30
+
31
+ wp-content /themes /twenty *
32
+ wp-content /plugins /akismet /
33
+ wp-content /plugins /hello.php
34
+
35
+ # Docker files
36
+ docker-secrets.txt
37
+
38
+ # Composer files
39
+ /vendor /
40
+ composer.lock
41
+
42
+ # Node.js files
43
+ node_modules /
44
+ npm-debug.log
45
+ yarn-error.log
46
+
47
+ # macOS files
48
+ .DS_Store
49
+
50
+ # VSCode files
51
+ .vscode /
52
+
53
+ # Windows files
54
+ Thumbs.db
55
+ ehthumbs.db
56
+
57
+ # PHPStorm files
58
+ .idea /
59
+
60
+ # Timber files
61
+ /* .twig
62
+
63
+ # Miscellaneous
64
+ * .log
65
+ * .sublime-workspace
66
+ * .sublime-project
67
+
68
+ # Temporary files
69
+ * .swp
70
+ * .swo
71
+ * .tmp
72
+ * .temp
73
+
74
+ # Ignore all WordPress content
75
+ wp-content /themes /baunfire /node_modules /
76
+ wp-content /themes /baunfire /vendor /
77
+ wp-content /themes /baunfire /twig_cache /
You can’t perform that action at this time.
0 commit comments