2013-02-05 14:16:51 -05:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
|
|
|
tags
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
._.DS_Store
|
|
|
|
dump.rdb
|
|
|
|
|
|
|
|
.sass-cache/*
|
|
|
|
|
|
|
|
# Ignore bundler config
|
|
|
|
/.bundle
|
|
|
|
/.vagrant
|
|
|
|
/.vagrantfile
|
|
|
|
/cache
|
|
|
|
/coverage/*
|
|
|
|
|
2013-02-12 11:25:55 -05:00
|
|
|
config/database.yml
|
|
|
|
config/redis.yml
|
2013-02-12 11:18:59 -05:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
# Ignore the default SQLite database and db dumps
|
|
|
|
/db/*.sqlite3
|
|
|
|
/dbs/*.sql
|
|
|
|
/dbs/*.sql.gz
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
|
|
|
|
|
|
|
# Ignore Eclipse .project file
|
|
|
|
/.project
|
|
|
|
|
|
|
|
# Ignore Eclipse .buildpath file
|
|
|
|
/.buildpath
|
|
|
|
|
|
|
|
# Ignore RubyMine settings
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# Ignore gem that is copied in
|
|
|
|
MiniProfiler/Ruby/rack-mini-profiler-2.0.1a.gem
|
|
|
|
|
|
|
|
sublime-project.sublime-workspace
|
|
|
|
|
|
|
|
# Vim temp files
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# don't check in multisite config
|
|
|
|
config/multisite.yml
|
|
|
|
# don't check in my renamed multisite config as well :)
|
|
|
|
config/multisite1.yml
|
|
|
|
config/fog_credentials.yml
|
|
|
|
|
|
|
|
/public/uploads
|
|
|
|
/public/stylesheet-cache/*
|
|
|
|
|
|
|
|
# Scripts used for downloading/refshing db
|
|
|
|
script/download_db
|
|
|
|
script/refresh_db
|
2013-02-07 14:09:57 -05:00
|
|
|
|
|
|
|
# temp directory for chef (used to configure vagrant VM)
|
|
|
|
chef/tmp/*
|
2013-02-13 00:00:40 -05:00
|
|
|
|
|
|
|
# .procfile
|
2013-02-15 07:09:18 -05:00
|
|
|
.procfile
|
2013-02-18 01:34:43 -05:00
|
|
|
|
|
|
|
# exclude our git version file for now
|
|
|
|
config/version.rb
|