Site du proximo, utilisé pour gérer le stock.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 453B

123456789101112131415161718
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Example user template template
  3. ### Example user template
  4. /build/
  5. # IntelliJ project files
  6. .idea
  7. *.iml
  8. out
  9. gen### Composer template
  10. composer.phar
  11. /vendor/
  12. /log/
  13. /tests/tmp/*
  14. # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  15. # You may choose to ignore a library lock file https://getcomposer.org/doc/02-libraries.md#lock-file
  16. composer.lock