signal-desktop/.prettierignore

60 lines
1.1 KiB
Text
Raw Normal View History

2018-04-27 17:19:08 -04:00
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
2018-05-04 16:02:48 -04:00
# Generated files
app/**/*.js
2018-05-07 15:53:20 -04:00
config/local-*.json
config/local.json
2018-05-04 16:02:48 -04:00
dist/**
2018-04-27 17:19:08 -04:00
js/components.js
js/util_worker.js
2018-04-27 17:19:08 -04:00
libtextsecure/components.js
libtextsecure/test/test.js
2018-05-07 15:53:20 -04:00
stylesheets/*.css
2018-04-27 17:19:08 -04:00
test/test.js
2018-05-04 16:02:48 -04:00
ts/**/*.js
!ts/**/.eslintrc.js
ts/protobuf/*.d.ts
2018-05-07 15:53:20 -04:00
ts/protobuf/*.js
stylesheets/manifest.css
ts/util/lint/exceptions.json
2023-11-02 12:42:31 -07:00
storybook-static
build/locale-display-names.json
build/country-display-names.json
2024-03-21 11:31:31 -07:00
build/compact-locales/**/*.json
2024-06-24 13:14:32 -07:00
release/**
2018-04-27 17:19:08 -04:00
# Third-party files
node_modules/**
2024-06-24 13:14:32 -07:00
danger/node_modules/**
sticker-creator/node_modules/**
2018-05-04 16:02:48 -04:00
components/**
js/curve/**
2018-04-27 17:19:08 -04:00
js/Mp3LameEncoder.min.js
js/WebAudioRecorderMp3.js
2024-05-23 15:19:12 -07:00
js/calling-tools/**
# Assets
/images/
/fixtures/
2018-05-04 16:02:48 -04:00
2023-10-16 12:33:03 -07:00
# Version control
**/.git
2021-06-01 11:04:56 -07:00
# Github workflows
.github/**
2018-05-04 16:02:48 -04:00
# Managed by package manager (`bower` and `yarn`/`npm`):
/bower.json
/package.json
# Symlink into third-party `components`:
stylesheets/_intlTelInput.scss
2021-04-07 15:40:12 -07:00
preload.bundle.*
preload.wrapper.js
bundles/**
2023-04-20 08:59:17 -07:00
# Sticker Creator has its own prettier config
sticker-creator/**