git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[FEATURE] add LDAP authentication support for uploaders
[jirafeau_project.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index bfa50cd4f56a8575be29aa15899163f2768acbf0..c911a76c9cc6388f3b930ad481fa65f4fe1cd7cd 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,2
+1,14
@@
lib/config.local.php
lib/config.local.php
+lib/tos.local.txt
+media/custom/
var-*
var-*
+*._*
+composer.phar
+/vendor
+.idea/
+
+# Ignore file starting with dot, but keep others
+.*
+!.gitlab-ci.yml
+!.gitignore
+!.dockerignore
\ No newline at end of file
patrick-canterino.de