mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:29:30 +08:00
2d143ec2fb
They were slowing down checkout, merge and rewrite. This also cleans up the "lints" section which was running into problems with `{all_files}` being too much for some tools to handle. And it makes sure that eslint and prettier runs for core plugins as well.
22 lines
596 B
Plaintext
22 lines
596 B
Plaintext
app/assets/javascripts/browser-update.js
|
|
app/assets/javascripts/discourse-loader.js
|
|
app/assets/javascripts/env.js
|
|
app/assets/javascripts/main_include_admin.js
|
|
app/assets/javascripts/vendor.js
|
|
app/assets/javascripts/locales/i18n.js
|
|
app/assets/javascripts/ember-addons/
|
|
app/assets/javascripts/discourse/lib/autosize.js
|
|
lib/javascripts/locale/
|
|
lib/javascripts/messageformat.js
|
|
lib/highlight_js/
|
|
lib/pretty_text/
|
|
plugins/**/lib/javascripts/locale
|
|
public/
|
|
vendor/
|
|
app/assets/javascripts/discourse/tests/test-boot-rails.js
|
|
app/assets/javascripts/discourse/tests/fixtures
|
|
node_modules/
|
|
spec/
|
|
dist/
|
|
tmp/
|