Agregamos archivo gitignore_global, set en cada maquina: git config --global core.excludesfile ~/.gitignore_global
This commit is contained in:
parent
3e40dbb3ac
commit
8eca1b220d
@ -5,3 +5,4 @@
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
milfs/includes/datos.php
|
||||
|
@ -3,10 +3,10 @@ $usuario="root";
|
||||
$password="toor";//
|
||||
$servidor="p:localhost";
|
||||
$db="tupale";
|
||||
$path_instalacion ="/var/www/html/tupali_fork/milfs";
|
||||
$path_instalacion ="/var/www/html/tupali/milfs";
|
||||
$path_images_secure ="/home/images_secure";
|
||||
$url = "http://localhost//tupali_fork/milfs/";
|
||||
$site = "http://localhost/tupali_fork/";
|
||||
$url = "http://localhost//tupali/milfs/";
|
||||
$site = "http://localhost/tupali/";
|
||||
|
||||
/// ESCAPAR LAS COMILLAS CON (\)
|
||||
$codigo_analizador = " ";
|
||||
|
Loading…
Reference in New Issue
Block a user