session-desktop/.eslintignore
Scott Nonnenberg 23537546fe
Big refactor: ts/ directory for all typescript, including react
Split out test-specific and general utility react components too.

And moved our test/legacy* files for the Style Guide into a styleguide/
subdirectory of test/.

I think we'll be able to live in this directory structure for a while.
2018-04-05 15:30:40 -07:00

37 lines
632 B
Plaintext

build/**
components/**
coverage/**
dist/**
libtextsecure/**
# these aren't ready yet, pulling files in one-by-one
js/*.js
js/models/**/*.js
js/views/**/*.js
test/*.js
test/models/*.js
test/views/*.js
/*.js
# typescript-generated files
ts/**/*.js
# ES2015+ files
!js/background.js
!js/backup.js
!js/database.js
!js/logging.js
!js/models/conversations.js
!js/views/attachment_view.js
!js/views/conversation_search_view.js
!js/views/backbone_wrapper_view.js
!js/views/debug_log_view.js
!js/views/file_input_view.js
!js/views/inbox_view.js
!js/views/message_view.js
!js/views/settings_view.js
!main.js
!preload.js
!prepare_build.js