Skip to content

Commit 8fa1303

Browse files
committed
Fixed .gitignore file
1 parent c9190f6 commit 8fa1303

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.gitignore

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
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
14-
15-
# Composer
16-
composer.phar
1+
vendor
2+
composer.lock

0 commit comments

Comments
 (0)