Files
luos/.dockerignore
2025-07-02 16:53:13 -04:00

33 lines
437 B
Plaintext

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