discourse/.gitignore

158 lines
2.5 KiB
Plaintext
Raw Normal View History

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