aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 0beb08c14e5efd7fe166be37c1b275d43bc42e39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/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/

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

data/assets/*
data/db/poche.sqlite

/web/.htaccess

!.gitignore