2013-02-06 03:16:51 +08: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-11 07:12:23 +08:00
|
|
|
bin/*
|
|
|
|
|
2017-05-18 23:36:12 +08:00
|
|
|
data/
|
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
.sass-cache/*
|
2014-08-23 03:10:15 +08:00
|
|
|
public/csv/*
|
2013-11-20 11:39:02 +08:00
|
|
|
public/plugins/*
|
2014-05-23 06:12:42 +08:00
|
|
|
public/tombstone/*
|
2013-02-06 03:16:51 +08:00
|
|
|
|
|
|
|
# Ignore bundler config
|
|
|
|
/.bundle
|
|
|
|
/cache
|
|
|
|
/coverage/*
|
|
|
|
|
2013-04-30 10:43:21 +08:00
|
|
|
/public/assets/*
|
2014-05-22 15:33:17 +08:00
|
|
|
/public/tombstone/*
|
2014-01-06 12:55:01 +08:00
|
|
|
/bundle/*
|
2013-04-30 10:43:21 +08:00
|
|
|
|
2013-04-22 03:13:43 +08:00
|
|
|
config/discourse.pill
|
2013-12-20 15:14:39 +08:00
|
|
|
config/discourse.conf
|
2013-02-13 00:18:59 +08:00
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
# Ignore the default SQLite database and db dumps
|
2016-11-02 10:56:16 +08:00
|
|
|
*.sql
|
|
|
|
*.sql.gz
|
2020-01-13 07:12:27 +08:00
|
|
|
!/spec/fixtures/**/*.sql
|
2013-02-06 03:16:51 +08:00
|
|
|
/db/*.sqlite3
|
2013-03-14 23:15:09 +08:00
|
|
|
/db/structure.sql
|
2017-08-07 21:05:13 +08:00
|
|
|
/db/schema.rb
|
2013-02-06 03:16:51 +08:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2013-05-31 02:34:44 +08:00
|
|
|
/logfile
|
2013-11-30 08:06:39 +08:00
|
|
|
log/
|
2017-05-27 04:23:12 +08:00
|
|
|
bootsnap-load-path-cache
|
2017-08-29 07:47:03 +08:00
|
|
|
bootsnap-compile-cache/
|
2013-02-06 03:16:51 +08:00
|
|
|
|
2014-05-16 06:29:45 +08:00
|
|
|
# Ignore plugins except for the bundled ones.
|
2014-05-18 16:06:27 +08:00
|
|
|
/plugins/*
|
2019-08-21 17:02:55 +08:00
|
|
|
!/plugins/lazy-yt/
|
2014-05-18 16:06:27 +08:00
|
|
|
!/plugins/poll/
|
2015-11-30 18:32:01 +08:00
|
|
|
!/plugins/discourse-details/
|
2016-07-19 14:29:08 +08:00
|
|
|
!/plugins/discourse-nginx-performance-report
|
2017-05-24 13:50:20 +08:00
|
|
|
!/plugins/discourse-narrative-bot
|
2017-09-07 15:40:18 +08:00
|
|
|
!/plugins/discourse-presence
|
2018-05-04 16:13:15 +08:00
|
|
|
!/plugins/discourse-local-dates
|
2014-05-18 16:06:27 +08:00
|
|
|
/plugins/*/auto_generated/
|
2014-05-16 06:29:45 +08:00
|
|
|
|
2013-08-01 14:02:31 +08:00
|
|
|
/spec/fixtures/plugins/my_plugin/auto_generated
|
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
# Ignore Eclipse .project file
|
|
|
|
/.project
|
|
|
|
|
|
|
|
# Ignore Eclipse .buildpath file
|
|
|
|
/.buildpath
|
|
|
|
|
2016-03-28 02:27:09 +08:00
|
|
|
# Ignore byebug history
|
|
|
|
/.byebug_history
|
|
|
|
|
2013-02-06 03:16:51 +08:00
|
|
|
# Ignore RubyMine settings
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# Ignore gem that is copied in
|
|
|
|
MiniProfiler/Ruby/rack-mini-profiler-2.0.1a.gem
|
|
|
|
|
2013-12-24 03:46:35 +08:00
|
|
|
discourse.sublime-workspace
|
2013-02-06 03:16:51 +08:00
|
|
|
|
|
|
|
# Vim temp files
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2018-05-14 14:32:15 +08:00
|
|
|
*.swm
|
2013-02-06 03:16:51 +08:00
|
|
|
|
2013-03-10 20:51:49 +08:00
|
|
|
# don't check in multisite config
|
2013-02-06 03:16:51 +08:00
|
|
|
config/multisite.yml
|
|
|
|
# don't check in my renamed multisite config as well :)
|
|
|
|
config/multisite1.yml
|
|
|
|
config/fog_credentials.yml
|
|
|
|
|
2020-08-31 18:14:09 +08:00
|
|
|
/public/fonts
|
2013-02-06 03:16:51 +08:00
|
|
|
/public/uploads
|
2014-02-13 11:54:18 +08:00
|
|
|
/public/backups
|
2013-02-06 03:16:51 +08:00
|
|
|
/public/stylesheet-cache/*
|
|
|
|
|
2013-03-22 08:08:29 +08:00
|
|
|
# Scripts used for downloading/refreshing db
|
2013-02-06 03:16:51 +08:00
|
|
|
script/download_db
|
|
|
|
script/refresh_db
|
2013-02-08 03:09:57 +08:00
|
|
|
|
2013-02-13 13:00:40 +08:00
|
|
|
# .procfile
|
2013-02-15 20:09:18 +08:00
|
|
|
.procfile
|
2013-02-18 14:34:43 +08:00
|
|
|
|
2013-03-10 20:51:49 +08:00
|
|
|
# .env, local environment variables for use with foreman
|
|
|
|
.env
|
|
|
|
|
|
|
|
# exclude our git version file for now
|
2013-02-18 14:34:43 +08:00
|
|
|
config/version.rb
|
2013-04-01 23:05:08 +08:00
|
|
|
|
2013-04-22 11:55:29 +08:00
|
|
|
# ignore the Ruby Version manager (rvm)
|
2013-04-22 03:13:43 +08:00
|
|
|
.rvmrc
|
2013-05-06 08:54:06 +08:00
|
|
|
.ruby-version
|
|
|
|
.ruby-gemset
|
|
|
|
.rbenv
|
2013-09-17 15:14:45 +08:00
|
|
|
bundler_stubs/*
|
2013-11-13 13:20:49 +08:00
|
|
|
|
|
|
|
vendor/bundle/*
|
2016-06-10 07:38:41 +08:00
|
|
|
*.db
|
2016-08-01 13:06:55 +08:00
|
|
|
|
2018-01-19 05:26:18 +08:00
|
|
|
# ignore jetbrains ide file
|
2016-08-01 13:06:55 +08:00
|
|
|
*.iml
|
2017-08-19 02:08:58 +08:00
|
|
|
|
2018-01-19 05:26:18 +08:00
|
|
|
# vim swap
|
|
|
|
*.swn
|
|
|
|
|
2017-08-19 02:08:58 +08:00
|
|
|
# ignore nodejs files
|
2020-04-28 02:37:07 +08:00
|
|
|
node_modules
|
2017-08-19 02:08:58 +08:00
|
|
|
/package-lock.json
|
2018-10-10 11:29:59 +08:00
|
|
|
|
|
|
|
/vendor/data/GeoLite2-City.mmdb
|
2019-03-28 04:59:35 +08:00
|
|
|
|
|
|
|
# Vagrant
|
|
|
|
.vagrant
|
2019-07-15 22:52:54 +08:00
|
|
|
|
|
|
|
# ignore auto-generated plugin js assets
|
|
|
|
/app/assets/javascripts/plugins/*
|
2020-04-28 02:37:07 +08:00
|
|
|
|
2020-04-28 06:40:07 +08:00
|
|
|
# ignore generated api documentation files
|
|
|
|
openapi/*
|
|
|
|
|
2020-04-28 02:37:07 +08:00
|
|
|
# ember-cli generated
|
2020-05-07 00:51:45 +08:00
|
|
|
dist
|
|
|
|
|
|
|
|
# Copyright Deposits
|
|
|
|
copyright
|
2020-09-23 02:18:47 +08:00
|
|
|
|
|
|
|
yarn-error.log
|