mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
12 lines
311 B
Text
12 lines
311 B
Text
# Ignore temporary build files
|
|
tools/code-reference/build/
|
|
|
|
# Ignore composer files in tools
|
|
tools/code-reference/vendor/
|
|
tools/code-reference/composer.lock
|
|
|
|
# Ignore source repositories (we don't want to commit these to mainwp.dev)
|
|
source/mainwp/.git/
|
|
source/mainwp-child/.git/.DS_Store
|
|
.DS_Store
|
|
**/.DS_Store
|