Skip to content

Commit

Permalink
$ rm -r be && mv symfony be
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Oct 9, 2024
1 parent 3bce9e2 commit 96b9488
Show file tree
Hide file tree
Showing 180 changed files with 2,742 additions and 20,168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/be_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/be
- run: >
./vendor/bin/phpstan analyse --error-format=checkstyle
./vendor/bin/phpstan analyze --error-format=checkstyle
| tee >(cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source)
shell: bash
Expand Down
18 changes: 0 additions & 18 deletions be/.editorconfig

This file was deleted.

File renamed without changes.
25 changes: 0 additions & 25 deletions be/.env.example

This file was deleted.

File renamed without changes.
11 changes: 0 additions & 11 deletions be/.gitattributes

This file was deleted.

54 changes: 32 additions & 22 deletions be/.gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
.phpstorm.meta.php
_ide_helper*.php

# https://github.com/laravel/laravel/blob/master/.gitignore
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpactor.json
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###

###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
###< phpunit/phpunit ###

###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###

###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
File renamed without changes.
File renamed without changes.
53 changes: 0 additions & 53 deletions be/app/Console/Commands/BatchTableSQLGenerator.php

This file was deleted.

74 changes: 0 additions & 74 deletions be/app/Console/Commands/GenerateBilibiliVote.php

This file was deleted.

27 changes: 0 additions & 27 deletions be/app/Console/Kernel.php

This file was deleted.

10 changes: 0 additions & 10 deletions be/app/Eloquent/Model/BilibiliVote.php

This file was deleted.

41 changes: 0 additions & 41 deletions be/app/Eloquent/Model/Forum.php

This file was deleted.

33 changes: 0 additions & 33 deletions be/app/Eloquent/Model/LatestReplier.php

This file was deleted.

17 changes: 0 additions & 17 deletions be/app/Eloquent/Model/Post/Content/PostContent.php

This file was deleted.

Loading

0 comments on commit 96b9488

Please sign in to comment.