Skip to content

Commit ec4ae16

Browse files
committed
Added gitignore
0 parents  commit ec4ae16

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Ignore sensitive database configuration information
2+
wp-config.php
3+
4+
# Ignore all uploaded media files
5+
wp-content/uploads/
6+
7+
# Ignore all cached files
8+
wp-content/cache/
9+
10+
# Ignore all backup files
11+
wp-content/backups/
12+
13+
# Ignore all log files
14+
wp-content/logs/
15+
16+
# Ignore debug log files
17+
*.log
18+
19+
# Ignore local development files
20+
local-config.php
21+
22+
# Ignore third-party library files
23+
vendor/

0 commit comments

Comments
 (0)