mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
8808100796
# Conflicts: # .github/PULL_REQUEST_TEMPLATE.md # background.html # config/default.json # config/production.json # js/models/conversations.js # js/models/messages.js # js/views/conversation_view.js # js/views/inbox_view.js # js/views/settings_view.js # main.js # package.json # test/index.html # ts/components/conversation/ContactName.tsx # yarn.lock
56 lines
1.2 KiB
Text
56 lines
1.2 KiB
Text
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
|
|
|
# Generated files
|
|
config/local-*.json
|
|
config/local.json
|
|
dist/**
|
|
js/components.js
|
|
js/util_worker.js
|
|
js/libtextsecure.js
|
|
js/libloki.js
|
|
libtextsecure/components.js
|
|
libtextsecure/test/test.js
|
|
stylesheets/*.css
|
|
test/test.js
|
|
ts/**/*.js
|
|
ts/protobuf/*.d.ts
|
|
ts/protobuf/*.js
|
|
stylesheets/manifest.css
|
|
ts/util/lint/exceptions.json
|
|
|
|
# Libloki specific files
|
|
libloki/test/test.js
|
|
libloki/test/components.js
|
|
|
|
# Third-party files
|
|
node_modules/**
|
|
components/**
|
|
js/curve/**
|
|
js/Mp3LameEncoder.min.js
|
|
js/WebAudioRecorderMp3.js
|
|
js/libsignal-protocol-worker.js
|
|
libtextsecure/libsignal-protocol.js
|
|
libtextsecure/test/blanket_mocha.js
|
|
test/blanket_mocha.js
|
|
mnemonic_languages/**
|
|
|
|
# Test fixtures
|
|
test/fixtures.js
|
|
|
|
# Managed by Transifex:
|
|
# 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
|
|
|
|
# Managed by package manager (`bower` and `yarn`/`npm`):
|
|
/bower.json
|
|
/package.json
|
|
|
|
# Symlink into third-party `components`:
|
|
stylesheets/_intlTelInput.scss
|
|
|
|
# Coverage
|
|
coverage/**
|
|
.nyc_output/**
|