2018-04-27 23:19:08 +02:00
|
|
|
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
|
|
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
|
|
|
|
2018-05-04 22:02:48 +02:00
|
|
|
# Generated files
|
2018-05-07 21:53:20 +02:00
|
|
|
config/local-*.json
|
|
|
|
config/local.json
|
2018-05-04 22:02:48 +02:00
|
|
|
dist/**
|
2018-04-27 23:19:08 +02:00
|
|
|
js/components.js
|
2018-08-16 19:45:09 +02:00
|
|
|
js/util_worker.js
|
2018-05-04 22:02:48 +02:00
|
|
|
js/libtextsecure.js
|
2018-10-08 05:32:42 +02:00
|
|
|
js/libloki.js
|
2018-04-27 23:19:08 +02:00
|
|
|
libtextsecure/components.js
|
|
|
|
libtextsecure/test/test.js
|
2018-05-07 21:53:20 +02:00
|
|
|
stylesheets/*.css
|
2018-04-27 23:19:08 +02:00
|
|
|
test/test.js
|
2018-05-04 22:02:48 +02:00
|
|
|
ts/**/*.js
|
2018-05-07 20:12:38 +02:00
|
|
|
ts/protobuf/*.d.ts
|
2018-05-07 21:53:20 +02:00
|
|
|
ts/protobuf/*.js
|
2018-05-08 02:51:29 +02:00
|
|
|
stylesheets/manifest.css
|
2018-09-21 00:24:52 +02:00
|
|
|
ts/util/lint/exceptions.json
|
2018-04-27 23:19:08 +02:00
|
|
|
|
2019-01-16 05:44:13 +01:00
|
|
|
# Libloki specific files
|
|
|
|
libloki/test/test.js
|
|
|
|
libloki/test/components.js
|
|
|
|
|
2018-04-27 23:19:08 +02:00
|
|
|
# Third-party files
|
2018-09-21 00:24:52 +02:00
|
|
|
node_modules/**
|
2018-05-04 22:02:48 +02:00
|
|
|
components/**
|
2018-04-27 23:19:08 +02:00
|
|
|
js/Mp3LameEncoder.min.js
|
|
|
|
js/WebAudioRecorderMp3.js
|
2018-07-07 02:48:14 +02:00
|
|
|
js/libsignal-protocol-worker.js
|
2018-05-02 03:54:43 +02:00
|
|
|
libtextsecure/libsignal-protocol.js
|
2018-05-02 18:59:26 +02:00
|
|
|
libtextsecure/test/blanket_mocha.js
|
2018-05-02 18:51:22 +02:00
|
|
|
test/blanket_mocha.js
|
2018-11-01 01:08:41 +01:00
|
|
|
mnemonic_languages/**
|
2018-05-02 03:54:43 +02:00
|
|
|
|
2018-05-04 22:02:48 +02:00
|
|
|
# Test fixtures
|
|
|
|
test/fixtures.js
|
|
|
|
|
|
|
|
# Managed by Transifex:
|
2018-07-09 20:09:29 +02:00
|
|
|
# Note: the negate pattern only works because it's targeting the same depth as the
|
|
|
|
# glob on the previous line.
|
|
|
|
_locales/**/*.json
|
|
|
|
!_locales/en/messages.json
|
2018-05-04 22:02:48 +02:00
|
|
|
|
|
|
|
# Managed by package manager (`bower` and `yarn`/`npm`):
|
|
|
|
/bower.json
|
|
|
|
/package.json
|
|
|
|
|
|
|
|
# Symlink into third-party `components`:
|
|
|
|
stylesheets/_intlTelInput.scss
|
2018-05-08 02:51:29 +02:00
|
|
|
|