Prettier: Update ignore list
This commit is contained in:
parent
0188abd9f4
commit
8ef5d87d6b
1 changed files with 17 additions and 9 deletions
|
@ -1,26 +1,34 @@
|
||||||
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
# TODO: Partially duplicated from `.gitignore`. Remove once Prettier
|
||||||
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
||||||
|
|
||||||
# generated files
|
# Generated files
|
||||||
|
dist/**
|
||||||
js/components.js
|
js/components.js
|
||||||
js/libtextsecure.js
|
|
||||||
js/libsignal-protocol-worker.js
|
js/libsignal-protocol-worker.js
|
||||||
|
js/libtextsecure.js
|
||||||
libtextsecure/components.js
|
libtextsecure/components.js
|
||||||
libtextsecure/test/test.js
|
libtextsecure/test/test.js
|
||||||
test/test.js
|
test/test.js
|
||||||
|
ts/**/*.js
|
||||||
|
|
||||||
# Third-party files
|
# Third-party files
|
||||||
|
components/**
|
||||||
js/jquery.js
|
js/jquery.js
|
||||||
js/Mp3LameEncoder.min.js
|
js/Mp3LameEncoder.min.js
|
||||||
js/WebAudioRecorderMp3.js
|
js/WebAudioRecorderMp3.js
|
||||||
|
|
||||||
ts/**/*.js
|
|
||||||
components/*
|
|
||||||
dist/*
|
|
||||||
libtextsecure/libsignal-protocol.js
|
libtextsecure/libsignal-protocol.js
|
||||||
test/fixtures.js
|
|
||||||
libtextsecure/test/blanket_mocha.js
|
libtextsecure/test/blanket_mocha.js
|
||||||
test/blanket_mocha.js
|
test/blanket_mocha.js
|
||||||
|
|
||||||
/**/*.json
|
# Test fixtures
|
||||||
/**/*.css
|
test/fixtures.js
|
||||||
|
|
||||||
|
# Managed by Transifex:
|
||||||
|
_locales/**
|
||||||
|
|
||||||
|
# Managed by package manager (`bower` and `yarn`/`npm`):
|
||||||
|
/bower.json
|
||||||
|
/package.json
|
||||||
|
|
||||||
|
# Symlink into third-party `components`:
|
||||||
|
stylesheets/_intlTelInput.scss
|
||||||
|
|
Loading…
Reference in a new issue