1
0
Эх сурвалжийг харах

Symfony2 gitignore

Ignore application logs/cache, uploads and published bundle assets.
Jeremy Mikola 14 жил өмнө
parent
commit
d4fb0f1cd0
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      Symfony2.gitignore

+ 4 - 0
Symfony2.gitignore

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