signal-desktop/.gitignore
Scott Nonnenberg 893fb1cb9e
Introduce React/TypeScript/TSLint into app for new UI components
npm run transpile
  Works on files under js/react/
  Outputs files right next to the .tsx file

This is part of our `grunt dev` task, as well as the default grunt task,
which does everything else necessary to get a raw git checkout ready to
run.
2018-04-04 16:08:27 -07:00

27 lines
418 B
Text

node_modules
.sass-cache
coverage/*
build/curve25519_compiled.js
build/icons/*
stylesheets/*.css.map
/dist
.DS_Store
config/local.json
config/local-*.json
.DS_Store
*.provisionprofile
release/
/dev-app-update.yml
.nyc_output/
*.sublime*
# generated files
js/components.js
libtextsecure/components.js
js/libtextsecure.js
stylesheets/*.css
test/test.js
libtextsecure/test/test.js
# React / TypeScript
js/react/**/*.js