-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (39 loc) · 681 Bytes
/
.gitignore
File metadata and controls
44 lines (39 loc) · 681 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
# WordPress
# =====================================
*.log
wp-config.php
wp-config.local.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/backups/
# macOS
# =====================================
.DS_Store
.AppleDouble
.LSOverride
._*
# IDEs
# =====================================
.vscode/
.idea/
*.swp
*.swo
*~
# Node modules (if added later)
# =====================================
node_modules/
package-lock.json
pnpm-lock.yaml
# Environment files
# =====================================
.env
.env.local
.env.*
# Temporary files
# =====================================
*.tmp
*.temp
*.cache