prevent accidential commit/push of config and work directory
Dieser Commit ist enthalten in:
Ursprung
e1b2e68d4b
Commit
0e7006298d
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
3
.gitignore
gevendort
3
.gitignore
gevendort
|
@ -1 +1,4 @@
|
|||
.idea
|
||||
/work/
|
||||
/config.php
|
||||
/test.php
|
||||
|
|
|
@ -123,4 +123,4 @@ $config['multi_dump']=0;
|
|||
$config['logcompression']=1;
|
||||
$config['log_maxsize1']=1;
|
||||
$config['log_maxsize2']=2;
|
||||
$config['log_maxsize']=1048576;
|
||||
$config['log_maxsize']=1048576;
|
Laden …
In neuem Issue referenzieren