22 lines
356 B
Plaintext
Executable File
22 lines
356 B
Plaintext
Executable File
# Ignore personal config file
|
|
/examples/config.php
|
|
|
|
# ignore accidentally generated vendor directory and composer.lock file, just in case...
|
|
/vendor/
|
|
/composer.lock
|
|
|
|
# ignore phpdoc files
|
|
/build
|
|
.phpdoc-md
|
|
|
|
# ignore XML files
|
|
*.xml
|
|
|
|
# ignore PHPStorm files
|
|
.idea/*
|
|
|
|
# ignore the TODO list
|
|
TODO.md
|
|
|
|
# ignore Claude Code files
|
|
CLAUDE*.md |