Initial commit

This commit is contained in:
Michał Brzuchalski
2016-06-10 13:19:45 +02:00
commit 09139d2b14
28 changed files with 1561 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
/app/config/parameters.yml
/build/
/var/*
!/var/.gitkeep
/vendor/
/web/bundles/
/.sonar/
/.idea/
/bin/*
!/bin/console
!/bin/symfony_requirements
/tests/coverage/*
!tests/coverage/.gitkeep
/tests/pdepend/*
!tests/pdepend/.gitkeep
/docker/rebuild/build/*
!/docker/rebuild/build/.gitkeep
/docker/rebuild/partials/*
!/docker/rebuild/partials/.gitkeep
/docker/rebuild/resources/*
!/docker/rebuild/resources/.gitkeep