Skip to content

Commit

Permalink
fix linter and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed Jul 31, 2024
1 parent 9cb2431 commit 5c9b113
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 396 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/temp
*.sublime-*
*.phar
/composer.lock
384 changes: 0 additions & 384 deletions composer.lock

This file was deleted.

1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ ignoreTracked = "

**Reason why I want this?**
Sometimes I want to do a quick deploy, but first I have to run `composer install --no-dev`, run deployment, and run `composer install` which takes time. With this solution, it is possible to ignore the vendor folder, but keep those files tracked for future full deploy.

Loading

0 comments on commit 5c9b113

Please sign in to comment.