Skip to content

Commit

Permalink
File cleanups and remove Homestead (#1563)
Browse files Browse the repository at this point in the history
* Files cleanup

- delete travis file
- delete codecov upload script
- delete `aliases` file
- rename `readme.md` -> `README.md`
- remove `contributors` make targets
  • Loading branch information
qwerty287 authored Oct 20, 2022
1 parent 93dc082 commit 80bbd41
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 2,295 deletions.
51 changes: 0 additions & 51 deletions .env.homestead

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/node_modules

public/Lychee-front/node_modules/
public/Lychee-front/package-lock.json

public/Lychee-front/node_modules/
public/Lychee-front/bower_components/
public/Lychee-front/package-lock.json

public/dist/user.css

public/uploads/**
Expand Down
78 changes: 0 additions & 78 deletions .travis.yml

This file was deleted.

File renamed without changes.
49 changes: 0 additions & 49 deletions Vagrantfile

This file was deleted.

135 changes: 0 additions & 135 deletions aliases

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lychee-org/lychee",
"description": "A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.",
"homepage": "https://lycheeorg.github.io/",
"readme": "readme.md",
"readme": "README.md",
"support": {
"source": "https://github.com/LycheeOrg/Lychee",
"issues": "https://github.com/LycheeOrg/Lychee/issues",
Expand Down Expand Up @@ -70,7 +70,6 @@
"filp/whoops": "^2.5",
"friendsofphp/php-cs-fixer": "^3.3",
"itsgoingd/clockwork": "^5.0",
"laravel/homestead": "^v13.2.1",
"lychee-org/phpstan-lychee": "dev-master",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^5.0",
Expand Down
Loading

0 comments on commit 80bbd41

Please sign in to comment.