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
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
._.DS_Store
|
|
|
|
dump.rdb
|
|
|
|
|
2016-10-10 19:12:23 -04:00
|
|
|
bin/*
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
.sass-cache/*
|
2014-08-22 15:10:15 -04:00
|
|
|
public/csv/*
|
2013-11-19 22:39:02 -05:00
|
|
|
public/plugins/*
|
2014-05-22 18:12:42 -04:00
|
|
|
public/tombstone/*
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
# Ignore bundler config
|
|
|
|
/.bundle
|
|
|
|
/.vagrant
|
|
|
|
/.vagrantfile
|
|
|
|
/cache
|
|
|
|
/coverage/*
|
|
|
|
|
2013-04-29 22:43:21 -04:00
|
|
|
/public/assets/*
|
2014-05-22 03:33:17 -04:00
|
|
|
/public/tombstone/*
|
2014-01-05 23:55:01 -05:00
|
|
|
/bundle/*
|
2013-04-29 22:43:21 -04:00
|
|
|
|
2013-04-21 15:13:43 -04:00
|
|
|
config/discourse.pill
|
2013-12-20 02:14:39 -05:00
|
|
|
config/discourse.conf
|
2013-02-12 11:18:59 -05:00
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
# Ignore the default SQLite database and db dumps
|
2016-11-01 22:56:16 -04:00
|
|
|
*.sql
|
|
|
|
*.sql.gz
|
2013-02-05 14:16:51 -05:00
|
|
|
/db/*.sqlite3
|
2013-03-14 11:15:09 -04:00
|
|
|
/db/structure.sql
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2013-05-30 14:34:44 -04:00
|
|
|
/logfile
|
2013-11-29 19:06:39 -05:00
|
|
|
log/
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2014-05-15 18:29:45 -04:00
|
|
|
# Ignore plugins except for the bundled ones.
|
2014-05-18 04:06:27 -04:00
|
|
|
/plugins/*
|
|
|
|
!/plugins/emoji/
|
2014-07-21 22:39:32 -04:00
|
|
|
!/plugins/lazyYT/
|
2014-05-18 04:06:27 -04:00
|
|
|
!/plugins/poll/
|
2015-11-30 05:32:01 -05:00
|
|
|
!/plugins/discourse-details/
|
2016-07-19 02:29:08 -04:00
|
|
|
!/plugins/discourse-nginx-performance-report
|
2014-05-18 04:06:27 -04:00
|
|
|
/plugins/*/auto_generated/
|
2014-05-15 18:29:45 -04:00
|
|
|
|
2013-08-01 02:02:31 -04:00
|
|
|
/spec/fixtures/plugins/my_plugin/auto_generated
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
# Ignore Eclipse .project file
|
|
|
|
/.project
|
|
|
|
|
|
|
|
# Ignore Eclipse .buildpath file
|
|
|
|
/.buildpath
|
|
|
|
|
2016-03-27 14:27:09 -04:00
|
|
|
# Ignore byebug history
|
|
|
|
/.byebug_history
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
# Ignore RubyMine settings
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# Ignore gem that is copied in
|
|
|
|
MiniProfiler/Ruby/rack-mini-profiler-2.0.1a.gem
|
|
|
|
|
2013-12-23 14:46:35 -05:00
|
|
|
discourse.sublime-workspace
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
# Vim temp files
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2013-03-10 08:51:49 -04:00
|
|
|
# don't check in multisite config
|
2013-02-05 14:16:51 -05:00
|
|
|
config/multisite.yml
|
|
|
|
# don't check in my renamed multisite config as well :)
|
|
|
|
config/multisite1.yml
|
|
|
|
config/fog_credentials.yml
|
|
|
|
|
|
|
|
/public/uploads
|
2014-02-12 22:54:18 -05:00
|
|
|
/public/backups
|
2013-02-05 14:16:51 -05:00
|
|
|
/public/stylesheet-cache/*
|
|
|
|
|
2013-03-21 20:08:29 -04:00
|
|
|
# Scripts used for downloading/refreshing db
|
2013-02-05 14:16:51 -05:00
|
|
|
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
|
|
|
|
2013-03-10 08:51:49 -04:00
|
|
|
# .env, local environment variables for use with foreman
|
|
|
|
.env
|
|
|
|
|
|
|
|
# exclude our git version file for now
|
2013-02-18 01:34:43 -05:00
|
|
|
config/version.rb
|
2013-04-01 11:05:08 -04:00
|
|
|
|
2013-04-21 23:55:29 -04:00
|
|
|
# ignore the Ruby Version manager (rvm)
|
2013-04-21 15:13:43 -04:00
|
|
|
.rvmrc
|
2013-05-05 20:54:06 -04:00
|
|
|
.ruby-version
|
|
|
|
.ruby-gemset
|
|
|
|
.rbenv
|
2013-09-17 03:14:45 -04:00
|
|
|
bundler_stubs/*
|
2013-11-13 00:20:49 -05:00
|
|
|
|
|
|
|
vendor/bundle/*
|
2016-06-09 19:38:41 -04:00
|
|
|
*.db
|
2016-08-01 01:06:55 -04:00
|
|
|
|
|
|
|
#ignore jetbrains ide file
|
|
|
|
*.iml
|