# 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/ node_modules/ shared/ # Other files to ignore (customize as needed) apiary.apib processmaker.bat