diff --git a/.gitignore b/.gitignore
index eb691d3b..1f90a3e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
-/system/config.php
+system/config.php
 .DS_Store
 .vscode/
 ui/compiled/*.php
 ui/cache/*.php
-/test.php
\ No newline at end of file
+test.php
\ No newline at end of file
diff --git a/system/config.sample.php b/system/config.sample.php
index 51b848fc..764696dc 100644
--- a/system/config.sample.php
+++ b/system/config.sample.php
@@ -1,9 +1,9 @@
 <?php
-$db_host 		= "localhost"; # Database Host
-$db_port 		= "";   # Database Port. Keep it blank if you are un sure.
-$db_user 		= "root"; # Database Username
-$db_password 	= ""; # Database Password
-$db_name 		= "phpmixbill"; # Database Name
+$db_host         = "localhost"; # Database Host
+$db_port         = "";   # Database Port. Keep it blank if you are un sure.
+$db_user         = "root"; # Database Username
+$db_password     = ""; # Database Password
+$db_name         = "phpmixbill"; # Database Name
 define('APP_URL', 'http://localhost/phpmixbill'); # Application URL.
 #Please include http and do not use trailing slash after the url. For example use in this format- http://www.example.com Or http://www.example.com/finance
 $_app_stage = 'Live'; # Do not change this
\ No newline at end of file