-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (58 loc) · 919 Bytes
/
.gitignore
File metadata and controls
72 lines (58 loc) · 919 Bytes
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# WordPress Plugin Repository .gitignore
# System files
.DS_Store
Thumbs.db
desktop.ini
# IDE files
.claude/
.vscode/
.idea/
*.swp
*.swo
*~
# Development directories
.roo/
node_modules/
vendor/
dist/
# Log files only (not logs directories)
*.log
# Temporary files
*.tmp
*.temp
*.cache
# Backup files
*.bak
*.backup
# OS generated files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
# WordPress specific
wp-config.php
wp-content/uploads/
wp-content/cache/
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/uploads/
wp-content/mu-plugins/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
# Plugin specific
*.zip
*.tar.gz
# Admin React build assets
inc/Core/Admin/Pages/*/assets/build/
inc/Core/Admin/assets/build/
# Development planning
plan.md
# System files (additional)
.DS_Store
# Docs tooling
docs/.docs-sync.json
# Build artifacts
build/