-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (51 loc) · 1.05 KB
/
.gitignore
File metadata and controls
68 lines (51 loc) · 1.05 KB
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
# Dependencies
node_modules/
vendor/
# Build output
build/
# Log files
*.log
# Temporary files
*.tmp
*.temp
# Temporary directory
tmp/
# Temporary Jest storage
.test-temp/localstorage
.test-temp/localstorage/
# Logs directory
logs/
# Reports (ignore all files inside report subdirectories; keep root README/index files)
.github/reports/*/
# Generated plugins output (when using generator mode)
# These folders are created by the scaffold generator and should not be committed
generated-plugins/
output-plugin/
output/
# Dry-run backup files
.dry-run-backup/
# OS files
.DS_Store
Thumbs.db
# IDE files
.idea/
.vscode/
*.swp
*.swo
# WordPress environment
.wp-env/
# Composer lock (optional for scaffold)
composer.lock
# NPM package lock (optional for scaffold)
package-lock.json
# Local development
.env
.env.local
# Test coverage
coverage/
.phpunit.result.cache
# Temporary test build directories (created/cleaned by tests)
tests/test-plugin-build/
tests/test-theme-build/
multi-block-plugin-scaffold.code-workspace
multi-block-plugin-scaffold.code-workspace