Skip to content

Commit d87ca1f

Browse files
committed
minor #349 Gitignore: ignore all but a console and a requirements checker (voronkovich)
This PR was merged into the master branch. Discussion ---------- Gitignore: ignore all but a console and a requirements checker Commits ------- 02aa194 Gitignore: ignore all but console and requirements checker
2 parents e08d506 + 02aa194 commit d87ca1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
/var/sessions/*
1313
!var/sessions/.gitkeep
1414
!var/SymfonyRequirements.php
15+
/bin/*
16+
!bin/console
17+
!bin/symfony_requirements
1518
/vendor/
1619
/web/bundles/

0 commit comments

Comments
 (0)