Sort file
This commit is contained in:
parent
f87c6b82c5
commit
ea05b8192d
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
htdocs/conf/conf.php
|
htdocs/conf/conf.php
|
||||||
htdocs/conf/conf.php.old
|
htdocs/conf/conf.php.old
|
||||||
|
htdocs/conf/conf.php.sav
|
||||||
|
htdocs/conf/conf.php.back
|
||||||
documents/
|
documents/
|
||||||
custom2/
|
custom2/
|
||||||
test/report/
|
test/report/
|
||||||
@ -8,26 +10,27 @@ default.properties
|
|||||||
.settings/
|
.settings/
|
||||||
.buildpath
|
.buildpath
|
||||||
.gitmodules
|
.gitmodules
|
||||||
dolibarr_install.log
|
|
||||||
upgrade.log
|
|
||||||
doxygen_warnings.log
|
|
||||||
/.project
|
/.project
|
||||||
|
/.pydevproject
|
||||||
/.vscode
|
/.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
/dolibarr_genesis.mp4
|
||||||
|
# Log files
|
||||||
|
dolibarr_install.log
|
||||||
|
upgrade.log
|
||||||
|
doxygen_warnings.log
|
||||||
# Vagrant generated files
|
# Vagrant generated files
|
||||||
.vagrant
|
.vagrant
|
||||||
# Composer installed repositories
|
# Composer installed repositories
|
||||||
/htdocs/includes/**/.git
|
/htdocs/includes/**/.git
|
||||||
# Composer autoloader and unwanted files
|
# Composer autoloader and unwanted files
|
||||||
|
composer.phar
|
||||||
htdocs/includes/autoload.php
|
htdocs/includes/autoload.php
|
||||||
htdocs/includes/bin/
|
htdocs/includes/bin/
|
||||||
htdocs/includes/composer/
|
htdocs/includes/composer/
|
||||||
/.pydevproject
|
|
||||||
/dolibarr_genesis.mp4
|
|
||||||
composer.phar
|
|
||||||
htdocs/includes/doctrine/
|
htdocs/includes/doctrine/
|
||||||
htdocs/includes/jakub-onderka/
|
htdocs/includes/jakub-onderka/
|
||||||
htdocs/includes/phpdocumentor/
|
htdocs/includes/phpdocumentor/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user