discourse/.gitignore

126 lines
2.1 KiB
Plaintext
Raw Normal View History

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-11 10:12:23 +11:00
bin/*
data/
2013-02-05 14:16:51 -05:00
.sass-cache/*
2014-08-22 21:10:15 +02:00
public/csv/*
2013-11-20 14:39:02 +11:00
public/plugins/*
2014-05-23 08:12:42 +10:00
public/tombstone/*
2013-02-05 14:16:51 -05:00
# Ignore bundler config
/.bundle
/.vagrant
/.vagrantfile
/cache
/coverage/*
/public/assets/*
2014-05-22 17:33:17 +10:00
/public/tombstone/*
/bundle/*
config/discourse.pill
2013-12-20 18:14:39 +11:00
config/discourse.conf
2013-02-05 14:16:51 -05:00
# Ignore the default SQLite database and db dumps
2016-11-02 10:56:16 +08:00
*.sql
*.sql.gz
2013-02-05 14:16:51 -05:00
/db/*.sqlite3
/db/structure.sql
/db/schema.rb
2013-02-05 14:16:51 -05:00
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/logfile
log/
2017-05-26 22:23:12 +02:00
bootsnap-load-path-cache
2017-08-29 01:47:03 +02:00
bootsnap-compile-cache/
2013-02-05 14:16:51 -05:00
# Ignore plugins except for the bundled ones.
/plugins/*
!/plugins/emoji/
2014-07-22 08:09:32 +05:30
!/plugins/lazyYT/
!/plugins/poll/
2015-11-30 11:32:01 +01:00
!/plugins/discourse-details/
!/plugins/discourse-nginx-performance-report
!/plugins/discourse-narrative-bot
!/plugins/discourse-presence
/plugins/*/auto_generated/
/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-28 07:27:09 +13: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
discourse.sublime-workspace
2013-02-05 14:16:51 -05:00
# Vim temp files
*~
*.swp
*.swo
2013-03-10 12:51:49 +00: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
/public/backups
2013-02-05 14:16:51 -05:00
/public/stylesheet-cache/*
# Scripts used for downloading/refreshing db
2013-02-05 14:16:51 -05:00
script/download_db
script/refresh_db
# 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-03-10 12:51:49 +00:00
# .env, local environment variables for use with foreman
.env
# exclude our git version file for now
config/version.rb
2013-04-22 13:55:29 +10:00
# ignore the Ruby Version manager (rvm)
.rvmrc
2013-05-06 10:54:06 +10:00
.ruby-version
.ruby-gemset
.rbenv
bundler_stubs/*
2013-11-13 16:20:49 +11:00
vendor/bundle/*
*.db
2016-08-01 02:06:55 -03:00
#ignore jetbrains ide file
*.iml
# ignore nodejs files
/node_modules
/package-lock.json