Your project gitignore file should not contain user-specific files

More information: https://insight.symfony.com/what-we-analyse/git.user_specific_ignored_file

in .gitignore, line 12
  1. ### JetBrains template
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # Admin-specific stuff:
  5. .idea

    .idea is user-specific and should not appear in a project .gitignore. Consider adding it to the user global .gitignore instead.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by n3vrax
  6. ## File-based project format:
  7. *.iws
  8. ## Plugin-specific files:
  • dotkernel

    Ignored on Wed, 19 Jul 2023 09:55:16 GMT