Browse Source

updated gitignore to reflect 3.0 project layout

0x20h 12 years ago
parent
commit
ebe14d5cf3
1 changed files with 3 additions and 5 deletions
  1. 3 5
      .gitignore

+ 3 - 5
.gitignore

@@ -1,13 +1,11 @@
 # User specific & automatically generated files #
 #################################################
-/App/Config/datasources.php
-/App/tmp
-/lib/Cake/Console/Templates/skel/tmp/
-/plugins
-/vendors
 /build
 /dist
 /tags
+/composer.lock
+/phpunit.xml
+/vendor
 
 # OS generated files #
 ######################