2013-02-05 13:16:51 -06: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/*
|
2013-11-19 21:39:02 -06:00
|
|
|
public/plugins/*
|
2013-02-05 13:16:51 -06:00
|
|
|
|
|
|
|
# Ignore bundler config
|
2013-03-21 19:10:30 -05:00
|
|
|
/bin
|
2013-02-05 13:16:51 -06:00
|
|
|
/.bundle
|
|
|
|
/.vagrant
|
|
|
|
/.vagrantfile
|
|
|
|
/cache
|
|
|
|
/coverage/*
|
|
|
|
|
2013-04-29 21:43:21 -05:00
|
|
|
/public/assets/*
|
|
|
|
|
2013-04-21 14:13:43 -05:00
|
|
|
config/discourse.pill
|
2013-12-20 01:14:39 -06:00
|
|
|
config/discourse.conf
|
2013-02-12 10:18:59 -06:00
|
|
|
|
2013-02-05 13:16:51 -06:00
|
|
|
# Ignore the default SQLite database and db dumps
|
|
|
|
/db/*.sqlite3
|
|
|
|
/dbs/*.sql
|
|
|
|
/dbs/*.sql.gz
|
2013-03-14 10:15:09 -05:00
|
|
|
/db/structure.sql
|
2013-02-05 13:16:51 -06:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2013-08-01 01:02:31 -05:00
|
|
|
/plugins
|
2013-05-30 13:34:44 -05:00
|
|
|
/logfile
|
2013-11-29 18:06:39 -06:00
|
|
|
log/
|
2013-02-05 13:16:51 -06:00
|
|
|
|
2013-08-01 01:02:31 -05:00
|
|
|
/spec/fixtures/plugins/my_plugin/auto_generated
|
|
|
|
|
2013-02-05 13:16:51 -06:00
|
|
|
# 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
|
|
|
|
|
2013-12-23 13:46:35 -06:00
|
|
|
discourse.sublime-workspace
|
2013-02-05 13:16:51 -06:00
|
|
|
|
|
|
|
# Vim temp files
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2013-03-10 07:51:49 -05:00
|
|
|
# don't check in multisite config
|
2013-02-05 13:16:51 -06:00
|
|
|
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/*
|
|
|
|
|
2013-03-21 19:08:29 -05:00
|
|
|
# Scripts used for downloading/refreshing db
|
2013-02-05 13:16:51 -06:00
|
|
|
script/download_db
|
|
|
|
script/refresh_db
|
2013-02-07 13:09:57 -06:00
|
|
|
|
|
|
|
# temp directory for chef (used to configure vagrant VM)
|
|
|
|
chef/tmp/*
|
2013-02-12 23:00:40 -06:00
|
|
|
|
|
|
|
# .procfile
|
2013-02-15 06:09:18 -06:00
|
|
|
.procfile
|
2013-02-18 00:34:43 -06:00
|
|
|
|
2013-03-10 07:51:49 -05:00
|
|
|
# .env, local environment variables for use with foreman
|
|
|
|
.env
|
|
|
|
|
|
|
|
# exclude our git version file for now
|
2013-02-18 00:34:43 -06:00
|
|
|
config/version.rb
|
2013-04-01 10:05:08 -05:00
|
|
|
|
2013-04-21 22:55:29 -05:00
|
|
|
# ignore the Ruby Version manager (rvm)
|
2013-04-21 14:13:43 -05:00
|
|
|
.rvmrc
|
2013-05-05 19:54:06 -05:00
|
|
|
.ruby-version
|
|
|
|
.ruby-gemset
|
|
|
|
.rbenv
|
2013-09-17 02:14:45 -05:00
|
|
|
bundler_stubs/*
|
2013-11-12 23:20:49 -06:00
|
|
|
|
|
|
|
vendor/bundle/*
|