forked from ceh-forks/discourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
132 lines (100 loc) · 2.18 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# 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
bin/*
data/
.sass-cache/*
public/csv/*
public/plugins/*
public/tombstone/*
# Ignore bundler config
/.bundle
/cache
/coverage/*
/public/assets/*
/public/tombstone/*
/bundle/*
config/discourse.pill
config/discourse.conf
# Ignore the default SQLite database and db dumps
*.sql
*.sql.gz
/db/*.sqlite3
/db/structure.sql
/db/schema.rb
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/logfile
log/
bootsnap-load-path-cache
bootsnap-compile-cache/
# Ignore plugins except for the bundled ones.
/plugins/*
!/plugins/lazyYT/
!/plugins/poll/
!/plugins/discourse-details/
!/plugins/discourse-nginx-performance-report
!/plugins/discourse-narrative-bot
!/plugins/discourse-presence
!/plugins/discourse-local-dates
/plugins/*/auto_generated/
/spec/fixtures/plugins/my_plugin/auto_generated
# Ignore Eclipse .project file
/.project
# Ignore Eclipse .buildpath file
/.buildpath
# Ignore byebug history
/.byebug_history
# Ignore RubyMine settings
/.idea
# Ignore gem that is copied in
MiniProfiler/Ruby/rack-mini-profiler-2.0.1a.gem
discourse.sublime-workspace
# Vim temp files
*~
*.swp
*.swo
*.swm
# don't check in multisite config
config/multisite.yml
# don't check in my renamed multisite config as well :)
config/multisite1.yml
config/fog_credentials.yml
/public/uploads
/public/backups
/public/stylesheet-cache/*
# Scripts used for downloading/refreshing db
script/download_db
script/refresh_db
# .procfile
.procfile
# .env, local environment variables for use with foreman
.env
# exclude our git version file for now
config/version.rb
# ignore the Ruby Version manager (rvm)
.rvmrc
.ruby-version
.ruby-gemset
.rbenv
bundler_stubs/*
vendor/bundle/*
*.db
# ignore jetbrains ide file
*.iml
# vim swap
*.swn
# ignore nodejs files
/node_modules
/package-lock.json
/vendor/data/GeoLite2-City.mmdb
# Vagrant
.vagrant
# ignore auto-generated plugin js assets
/app/assets/javascripts/plugins/*