aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: db9ed4488a8eff1a28a75a1f0b5872ef9d151e92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/app/SymfonyRequirements.php
/app/bootstrap.php.cache
/app/check.php
/app/cache/*
/app/config/parameters.yml
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
.idea
.DS_Store
.vagrant
/vendor/
app/db/poche.sqlite

/bin/
!bin/install
!bin/test
!bin/symfony

/data/*

/web/.htaccess