Skip to content

Commit

Permalink
Tweaks ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jul 2, 2022
1 parent b8f9ea1 commit d985849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private function configureIgnoredFolder()

File::append(
base_path('.gitignore'),
"\n/public/js/\n"
"\n/public/js\n"
);

return self::SUCCESS;
Expand Down

0 comments on commit d985849

Please sign in to comment.