2025-04-05 16:23:05 +00:00
|
|
|
# Ignore temporary files
|
|
|
|
|
tmp/
|
|
|
|
|
temp/
|
|
|
|
|
|
|
|
|
|
# Ignore Docker-related files (if you don't want them in the context)
|
|
|
|
|
Dockerfile
|
|
|
|
|
docker/
|
|
|
|
|
|
|
|
|
|
# Ignore version control files
|
|
|
|
|
/.git
|
|
|
|
|
|
|
|
|
|
# Ignore documentation and configuration files
|
|
|
|
|
INSTALL.txt
|
|
|
|
|
README.md
|
|
|
|
|
Rakefile
|
|
|
|
|
pmos.conf.example
|
|
|
|
|
|
|
|
|
|
# Ignore testing and feature files
|
|
|
|
|
tests/
|
|
|
|
|
features/
|
|
|
|
|
phpunit.xml
|
|
|
|
|
behat.yml.dist
|
|
|
|
|
phpdox.xml
|
|
|
|
|
env_unittest.sh
|
|
|
|
|
|
|
|
|
|
# Ignore patches and updates
|
|
|
|
|
patch/
|
|
|
|
|
update/
|
2025-04-12 13:58:19 +00:00
|
|
|
node_modules/
|
|
|
|
|
shared/
|
2025-04-05 16:23:05 +00:00
|
|
|
|
|
|
|
|
# Other files to ignore (customize as needed)
|
|
|
|
|
apiary.apib
|
|
|
|
|
processmaker.bat
|
|
|
|
|
|