27 lines
463 B
Plaintext
27 lines
463 B
Plaintext
# =========================
|
|
# IDE / OS
|
|
# =========================
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# =========================
|
|
# HostForge Runtime Storage
|
|
# =========================
|
|
files/
|
|
|
|
# =========================
|
|
# WordPress Runtime
|
|
# =========================
|
|
|
|
# Ignore contents of uploads
|
|
code/wp-content/uploads/*
|
|
|
|
# BUT keep the uploads symlink itself
|
|
!code/wp-content/uploads
|
|
|
|
# =========================
|
|
# Logs / Temp
|
|
# =========================
|
|
*.log
|
|
tmp/ |