Ignore composer autoloader and binaries
@eldy is against those. Let's follow the leader…
This commit is contained in:
parent
e5915ce8d9
commit
93d6ae3c16
4
.gitignore
vendored
4
.gitignore
vendored
@ -20,3 +20,7 @@ Thumbs.db
|
|||||||
.vagrant
|
.vagrant
|
||||||
# Composer installed repositories
|
# Composer installed repositories
|
||||||
/htdocs/includes/**/.git
|
/htdocs/includes/**/.git
|
||||||
|
# Composer autoloader and unwanted files
|
||||||
|
htdocs/includes/autoload.php
|
||||||
|
htdocs/includes/bin/
|
||||||
|
htdocs/includes/composer/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user