Parcourir la source

Symfony2 gitignore

Ignore application logs/cache, uploads and published bundle assets.
Jeremy Mikola il y a 14 ans
Parent
commit
d4fb0f1cd0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      Symfony2.gitignore

+ 4 - 0
Symfony2.gitignore

@@ -0,0 +1,4 @@
+*/logs/*
+*/cache/*
+web/uploads/*
+web/bundles/*