Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You... are trying to troll me, right?

    % find . -type f
    ./migrations/Version20220723092633.php
    ./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
    ./.env
    ./composer.json
    ./.env.local.dist
    ./src/SymfonyMessageHandler/VisualizeSymfonyMessageHandler.php
    ./src/Command/BotRegister.php
    ./src/Command/BotRun.php
    ./src/SymfonyMessage/VisualizeSymfonyMessage.php
    ./src/Kernel.php


You conveniently omitted all folders with gitignore files.


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: