Browse Source

Merge pull request #2200 from Hastegan/master

Symfony: Fix rule for backed up entities
Brendan Forster 8 years ago
parent
commit
515d7fcbba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Symfony.gitignore

+ 1 - 1
Symfony.gitignore

@@ -42,4 +42,4 @@
 /composer.phar
 
 # Backup entities generated with doctrine:generate:entities command
-*/Entity/*~
+**/Entity/*~