From: Tony Arra Date: Mon, 1 Sep 2014 16:47:27 +0000 (-0400) Subject: Renaming Laravel4 to Laravel X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=858b0b251a1a1a0c1b7414d1e476625fe0f8ae0e;p=gitignore.git Renaming Laravel4 to Laravel Laravel4 is the current standard. This resolves the name with the custom Laravel.gitignore file in the gitignore.io project. If support for Laravel3 is desired, it should be done in a new file: "Laravel3.gitignore Closes #1196 --- diff --git a/Laravel.gitignore b/Laravel.gitignore new file mode 100644 index 00000000..ac3492e2 --- /dev/null +++ b/Laravel.gitignore @@ -0,0 +1,3 @@ +/bootstrap/compiled.php +.env.*.php +.env.php diff --git a/Laravel4.gitignore b/Laravel4.gitignore deleted file mode 100644 index ac3492e2..00000000 --- a/Laravel4.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/bootstrap/compiled.php -.env.*.php -.env.php