Signal-Desktop/.prettierignore

46 lines
860 B
Plaintext
Raw Permalink Normal View History

2018-04-27 21:19:08 +00:00
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
2018-05-04 20:02:48 +00:00
# Generated files
app/**/*.js
sticker-creator/**/*.js
2018-05-07 19:53:20 +00:00
config/local-*.json
config/local.json
2018-05-04 20:02:48 +00:00
dist/**
2018-04-27 21:19:08 +00:00
js/components.js
js/util_worker.js
2018-04-27 21:19:08 +00:00
libtextsecure/components.js
libtextsecure/test/test.js
2018-05-07 19:53:20 +00:00
stylesheets/*.css
2018-04-27 21:19:08 +00:00
test/test.js
2018-05-04 20:02:48 +00:00
ts/**/*.js
!ts/**/.eslintrc.js
ts/protobuf/*.d.ts
2018-05-07 19:53:20 +00:00
ts/protobuf/*.js
stylesheets/manifest.css
ts/util/lint/exceptions.json
2019-12-17 20:25:57 +00:00
sticker-creator/dist/**
2018-04-27 21:19:08 +00:00
# Third-party files
node_modules/**
2018-05-04 20:02:48 +00:00
components/**
js/curve/**
2018-04-27 21:19:08 +00:00
js/Mp3LameEncoder.min.js
js/WebAudioRecorderMp3.js
# Assets
/images/
/fixtures/
2018-05-04 20:02:48 +00:00
2021-06-01 18:04:56 +00:00
# Github workflows
.github/**
2018-05-04 20:02:48 +00:00
# Managed by package manager (`bower` and `yarn`/`npm`):
/bower.json
/package.json
# Symlink into third-party `components`:
stylesheets/_intlTelInput.scss
2021-04-07 22:40:12 +00:00
preload.bundle.*