Skip to content

Commit 97de996

Browse files
author
Nic Wortel
committed
Reorder entries
1 parent c58fff4 commit 97de996

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Symfony2.gitignore

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# Bootstrap
22
/app/bootstrap.php.cache
33

4-
# Symfony directories
5-
/bin/
6-
/vendor/
7-
/app/logs/*
4+
# Cache and logs
85
/app/cache/*
6+
/app/logs/*
97
!app/cache/.gitkeep
108
!app/logs/.gitkeep
11-
/web/uploads/
12-
/web/bundles/
139

14-
# Configuration files
15-
/app/config/parameters.ini
10+
# Parameters
1611
/app/config/parameters.yml
12+
/app/config/parameters.ini
13+
14+
# Dependencies
15+
/bin/
16+
/vendor/
17+
18+
# Assets
19+
/web/bundles/
20+
/web/uploads/
1721

1822
# PHPUnit
1923
/app/phpunit.xml

0 commit comments

Comments
 (0)