Hacker News new | ask | show | jobs
by ssizn 1385 days ago
You conveniently omitted all folders with gitignore files.
1 comments

Here you go:

  ./migrations/Version20220723092633.php
  ./migrations/.gitignore
  ./composer.lock
  ./.env.local
  ./bin/connect-to-db.sh
  ./bin/_init.sh
  ./bin/deploy.sh
  ./bin/visualize.sh
  ./bin/console
  ./config/services.yaml
  ./config/bundles.php
  ./config/packages/messenger.yaml
  ./config/packages/framework.yaml
  ./config/packages/doctrine.yaml
  ./config/packages/translation.yaml
  ./config/packages/cache.yaml
  ./config/packages/routing.yaml
  ./config/packages/doctrine_migrations.yaml
  ./config/preload.php
  ./config/routes.yaml
  ./config/routes/framework.yaml
  ./public/index.php
  ./symfony.lock
  ./.gitignore
  ./.env
  ./translations/.gitignore
  ./composer.json
  ./.env.local.dist
  ./src/Repository/.gitignore
  ./src/Entity/.gitignore
  ./src/SymfonyMessageHandler/VisualizeSymfonyMessageHandler.php
  ./src/Controller/.gitignore
  ./src/Command/BotRegister.php
  ./src/Command/BotRun.php
  ./src/SymfonyMessage/VisualizeSymfonyMessage.php
  ./src/Kernel.php
That's a total of 36 files in 7 folders.

So why do you come here claiming "like a thousand files spread over a hundred folders"? Have you considered the guidelines [0] of this community?

[0] Be kind. Don't be snarky. Have curious conversation; don't cross-examine. Please don't fulminate. Please don't sneer, including at the rest of the community. https://news.ycombinator.com/newsguidelines.html