Browse Source

Merge pull request #1918 from krzysiekpiasecki/master

Ignore buckup doctrine entities
Brendan Forster 9 years ago
parent
commit
c699a4f468
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Symfony.gitignore

+ 3 - 0
Symfony.gitignore

@@ -41,3 +41,6 @@
 
 # Composer PHAR
 /composer.phar
+
+# Backup entities generated with doctrine:generate:entities command
+*/Entity/*~