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
|
||||
# supports `.gitignore`: https://github.com/prettier/prettier/issues/2294
|
||||
|
||||
# generated files
|
||||
# Generated files
|
||||
dist/**
|
||||
js/components.js
|
||||
js/libtextsecure.js
|
||||
js/libsignal-protocol-worker.js
|
||||
js/libtextsecure.js
|
||||
libtextsecure/components.js
|
||||
libtextsecure/test/test.js
|
||||
test/test.js
|
||||
ts/**/*.js
|
||||
|
||||
# Third-party files
|
||||
components/**
|
||||
js/jquery.js
|
||||
js/Mp3LameEncoder.min.js
|
||||
js/WebAudioRecorderMp3.js
|
||||
|
||||
ts/**/*.js
|
||||
components/*
|
||||
dist/*
|
||||
libtextsecure/libsignal-protocol.js
|
||||
test/fixtures.js
|
||||
libtextsecure/test/blanket_mocha.js
|
||||
test/blanket_mocha.js
|
||||
|
||||
/**/*.json
|
||||
/**/*.css
|
||||
# Test fixtures
|
||||
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