dolibarr/.gitignore
Raphaël Doursenaud 93d6ae3c16 Ignore composer autoloader and binaries
@eldy is against those. Let's follow the leader…
2015-11-09 12:20:16 +01:00

27 lines
449 B
Plaintext
Executable File

htdocs/conf/conf.php
htdocs/conf/conf.php.old
documents/
custom2/
test/report/
nbproject
default.properties
.settings/
.buildpath
.gitmodules
dolibarr_install.log
upgrade.log
doxygen_warnings.log
/.project
.DS_Store
.idea
*.iml
Thumbs.db
# Vagrant generated files
.vagrant
# Composer installed repositories
/htdocs/includes/**/.git
# Composer autoloader and unwanted files
htdocs/includes/autoload.php
htdocs/includes/bin/
htdocs/includes/composer/