Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Настроить gitignore #6

Open
mikanoz opened this issue Nov 10, 2014 · 0 comments
Open

Настроить gitignore #6

mikanoz opened this issue Nov 10, 2014 · 0 comments

Comments

@mikanoz
Copy link

mikanoz commented Nov 10, 2014

  1. Удалить директорию .idea
  2. Добавить в игнор
  3. Директорию app/config/local переименовать в app/config/examples
    • Конкретные конфигурационные параметры (свои) удалить из содержимого конфигов (доступ к БД)
  4. В игнор добавить директории app/config/local и app/config/production и app/config/testing
    • Эти конфиги должны быть у каждого свои, поэтому их нельзя хранить в гит-е.
    • Общее правило для любых проектов: локальная конфигурация никогда не хранится в управлении версиями.
  5. В Laravel есть нужная штука (команда php artisan ide-helper:generate)
    • Эта штука генерирует файл-помощник для IDE (для подсказок)
    • Файл в результате запуска команды, называется _ide_helper.php
    • В игнор поставить проще: _ide_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant