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
|
2021-06-18 10:04:27 -07:00
|
|
|
app/**/*.js
|
2022-06-13 18:48:07 -07:00
|
|
|
sticker-creator/**/*.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
|
2018-08-16 10:45:09 -07:00
|
|
|
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
|
2022-01-11 19:01:55 -06:00
|
|
|
!ts/**/.eslintrc.js
|
2018-05-07 14:12:38 -04:00
|
|
|
ts/protobuf/*.d.ts
|
2018-05-07 15:53:20 -04:00
|
|
|
ts/protobuf/*.js
|
2018-05-07 17:51:29 -07:00
|
|
|
stylesheets/manifest.css
|
2018-09-20 15:24:52 -07:00
|
|
|
ts/util/lint/exceptions.json
|
2019-12-17 15:25:57 -05:00
|
|
|
sticker-creator/dist/**
|
2018-04-27 17:19:08 -04:00
|
|
|
|
|
|
|
# Third-party files
|
2018-09-20 15:24:52 -07:00
|
|
|
node_modules/**
|
2018-05-04 16:02:48 -04:00
|
|
|
components/**
|
2019-03-28 10:09:26 -07:00
|
|
|
js/curve/**
|
2018-04-27 17:19:08 -04:00
|
|
|
js/Mp3LameEncoder.min.js
|
|
|
|
js/WebAudioRecorderMp3.js
|
2018-05-01 18:54:43 -07:00
|
|
|
|
2022-02-08 12:30:33 -06:00
|
|
|
# Assets
|
|
|
|
/images/
|
|
|
|
/fixtures/
|
2018-05-04 16:02:48 -04:00
|
|
|
|
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
|
2018-05-07 17:51:29 -07:00
|
|
|
|
2021-04-07 15:40:12 -07:00
|
|
|
preload.bundle.*
|