name: Symfony2
desc: Symfony2 project
## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
def: include
## Filters for filenames begin with f:
## Filters for directories begin with d:
## (Inline comments begin with " ##" and extend to the end of the line)
##f: \.ext$ ## Filter for filename
d: \\.svn$ ## Subversion control directory
d: \\.git$ ## Git directory
d: \\.sass-cache$ ## Sass cache
d: \\.idea$ ## InteliJ
d: \\node_modules$ ## Node modules
d: \\vendor$ ## Vendor
d: \\cache$ ## Cache
d: \\temp$ ## Temp
d: \\tmp$ ## Temp
d: \\logs$ ## Logs
d: \\DoctrineMigrations$ ## Migrations