Skip to content

Commit 3190502

Browse files
committed
Initial commit
0 parents  commit 3190502

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Bootstrap
2+
app/bootstrap*
3+
4+
# Symfony directories
5+
vendor/*
6+
*/logs/*
7+
*/cache/*
8+
web/uploads/*
9+
web/bundles/*
10+
11+
# Configuration files
12+
app/config/parameters.ini
13+
app/config/parameters.yml

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mysite
2+
======

0 commit comments

Comments
 (0)