mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 18:31:29 +01:00
23 lines
371 B
Plaintext
23 lines
371 B
Plaintext
# Generated binaries
|
|
/build/*.zip
|
|
/bin/*.zip
|
|
/bin
|
|
# Doxygen generated documentation
|
|
/build/doxygen/doxygen_warnings.log
|
|
/doc/code/doxygen
|
|
# Composer managed dependencies
|
|
/vendor
|
|
/dev/bin
|
|
# PHPdocumentor generated files
|
|
/build/phpdoc
|
|
/doc/code/phpdoc
|
|
# Sphinx generated files
|
|
/doc/user/build
|
|
/.settings/
|
|
/.buildpath
|
|
/.project
|
|
# Other
|
|
*.back
|
|
/.editorconfig
|
|
/.gitattributes
|