crunchbutton/.gitignore
2014-05-14 17:14:57 -03:00

39 lines
366 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/*
#upload files
www/upload/drivers-doc/*
# huh?
workflow*
# include db migrations
!db/migrate/*.sql
!db/dump.sql
!.htaccess