-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
executable file
·102 lines (91 loc) · 1.4 KB
/
.gitignore
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# IDE-specific files
*.sublime-*
.fleet
.history
.idea
.phpintel
.project
.vscode
GitExtensions.settings
# Version control and temporary files
*.backup
*.bak
*.bck
*.disabled
*.iws
*.map
*.orig
*.swp
*.tmp
*~
.Spotlight-V100
.Trashes
._*
.cvs
.git
.hg
.listing
.svn
.tmp
tmp
# Dependency management
bower_components/*
!bower_components/.gitkeep
node_modules
node_modules/**
.sass-cache
npm-debug.log
package-lock.json
yarn-error.log
yarn.lock
# Server Specific configs
.user.ini
# WordPress-specific files
wp-content/ai1wm-backups/
wp-content/aiowps_backups/
wp-content/backup-db/
wp-content/backups-dup-pro/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/ewww/
wp-content/litespeed/
wp-content/updraft/
wp-content/upgrade/
wp-content/uploads/siteground-optimizer-assets/
wp-content/wflogs/
wp-content/advanced-cache.php
wp-content/db.php
wp-content/debug.log
wp-content/mu-plugins/aios-firewall-loader.php
wp-content/object-cache.php
wp-content/sgo-config.php
wp-content/uploads/*/*.log
wp-content/wp-cache-config.php
aios-bootstrap.php
.maintenance
# Exclude sensitive configuration files
wp-config.php
# ddev-generated files
wp-config-ddev.php
/drushrc.php
# Optional: Exclude generated files
license.txt
readme.html
sitemap*.xml
sitemap*.xml.gz
# System-generated files
.DS_Store
Thumbs.db
Desktop.ini
# Application files
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv