Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Commit 9143b25

Browse files
author
Guillaume Verstraete
committed
Initial commit
0 parents  commit 9143b25

File tree

2,508 files changed

+489771
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,508 files changed

+489771
-0
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "web/vendor"
3+
}

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/web/bundles/
2+
/app/bootstrap.php.cache
3+
/app/cache/*
4+
/app/config/parameters.yml
5+
/app/logs/*
6+
!app/cache/.gitkeep
7+
!app/logs/.gitkeep
8+
/app/phpunit.xml
9+
/build/
10+
/vendor/
11+
/bin/
12+
/composer.phar

.idea/encodings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/symfony2.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/todolist-vuejs.iml

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)