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
|
2021-06-18 17:04:27 +00:00
|
|
|
app/**/*.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
|
2018-08-16 17:45:09 +00:00
|
|
|
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
|
2022-01-12 01:01:55 +00:00
|
|
|
!ts/**/.eslintrc.js
|
2018-05-07 18:12:38 +00:00
|
|
|
ts/protobuf/*.d.ts
|
2018-05-07 19:53:20 +00:00
|
|
|
ts/protobuf/*.js
|
2018-05-08 00:51:29 +00:00
|
|
|
stylesheets/manifest.css
|
2018-09-20 22:24:52 +00:00
|
|
|
ts/util/lint/exceptions.json
|
2023-11-02 19:42:31 +00:00
|
|
|
storybook-static
|
2023-11-08 20:39:56 +00:00
|
|
|
build/locale-display-names.json
|
2024-02-08 23:19:03 +00:00
|
|
|
build/country-display-names.json
|
2024-03-21 18:31:31 +00:00
|
|
|
build/compact-locales/**/*.json
|
2024-06-24 20:14:32 +00:00
|
|
|
release/**
|
2018-04-27 21:19:08 +00:00
|
|
|
|
|
|
|
# Third-party files
|
2018-09-20 22:24:52 +00:00
|
|
|
node_modules/**
|
2024-06-24 20:14:32 +00:00
|
|
|
danger/node_modules/**
|
|
|
|
sticker-creator/node_modules/**
|
2018-05-04 20:02:48 +00:00
|
|
|
components/**
|
2019-03-28 17:09:26 +00:00
|
|
|
js/curve/**
|
2018-04-27 21:19:08 +00:00
|
|
|
js/Mp3LameEncoder.min.js
|
|
|
|
js/WebAudioRecorderMp3.js
|
2024-05-23 22:19:12 +00:00
|
|
|
js/calling-tools/**
|
2018-05-02 01:54:43 +00:00
|
|
|
|
2022-02-08 18:30:33 +00:00
|
|
|
# Assets
|
|
|
|
/images/
|
|
|
|
/fixtures/
|
2018-05-04 20:02:48 +00:00
|
|
|
|
2023-10-16 19:33:03 +00:00
|
|
|
# Version control
|
|
|
|
**/.git
|
|
|
|
|
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
|
2018-05-08 00:51:29 +00:00
|
|
|
|
2021-04-07 22:40:12 +00:00
|
|
|
preload.bundle.*
|
2023-04-20 21:23:19 +00:00
|
|
|
bundles/**
|
2023-04-20 15:59:17 +00:00
|
|
|
|
|
|
|
# Sticker Creator has its own prettier config
|
|
|
|
sticker-creator/**
|