2025-07-02 16:53:13 -04:00
|
|
|
#Ignore documentation, license files temporary files
|
2025-07-01 20:07:12 -04:00
|
|
|
INSTALL.txt
|
|
|
|
|
LICENSE.txt
|
|
|
|
|
README.md
|
|
|
|
|
Rakefile
|
|
|
|
|
apiary.apib
|
2025-07-02 16:53:13 -04:00
|
|
|
build-vendor.php
|
|
|
|
|
build.xml
|
|
|
|
|
# package-lock.json
|
|
|
|
|
# package.json
|
|
|
|
|
gulpfile.js
|
|
|
|
|
webpack.config.js
|
|
|
|
|
webpack.mix.js
|
2025-07-01 20:07:12 -04:00
|
|
|
|
|
|
|
|
# Ignore development and testing files
|
|
|
|
|
.env
|
|
|
|
|
env_unittest.sh
|
|
|
|
|
phpunit.xml
|
|
|
|
|
behat.yml.dist
|
2025-07-02 16:53:13 -04:00
|
|
|
|
2025-07-01 20:07:12 -04:00
|
|
|
tests/
|
|
|
|
|
features/
|
|
|
|
|
patch/
|
|
|
|
|
docker/
|
|
|
|
|
shared/
|
|
|
|
|
|
|
|
|
|
# Ignore any other files that are not needed in the image
|
|
|
|
|
*.log
|
|
|
|
|
*.tmp
|
|
|
|
|
*.bak
|
|
|
|
|
*.swp
|
|
|
|
|
.DS_Store
|