35 lines
303 B
Plaintext
35 lines
303 B
Plaintext
# root hidden files
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
|
|
# filetypes
|
|
*.bin
|
|
*.bz2
|
|
*.swo
|
|
*.swp
|
|
*.mov
|
|
*.mp4
|
|
*.m4v
|
|
*.pdf
|
|
*.psd
|
|
*.sql
|
|
*.zip
|
|
*.DS_Store
|
|
*~
|
|
|
|
# config and specific files
|
|
include/config/config.xml
|
|
|
|
# files in cache
|
|
cache
|
|
logs/*
|
|
www/cache/*
|
|
|
|
# huh?
|
|
workflow*
|
|
|
|
# include db migrations
|
|
!db/migrate/*.sql
|
|
|