signal-desktop/.gitignore

50 lines
725 B
Text
Raw Normal View History

node_modules
node_modules_bkp
.sass-cache
coverage/*
build/curve25519_compiled.js
2024-03-21 11:31:31 -07:00
build/compact-locales
2015-08-25 17:06:00 -07:00
stylesheets/*.css.map
/dist
2017-05-08 15:13:57 -07:00
.DS_Store
2017-04-12 20:12:52 -07:00
config/local.json
config/local-*
2017-04-25 14:01:54 -07:00
*.provisionprofile
release/
2017-06-21 12:35:19 -07:00
/dev-app-update.yml
.nyc_output/
/sql/
2020-09-08 19:25:05 -07:00
/start.sh
.eslintcache
2023-04-20 10:03:43 -07:00
.stylelintcache
2021-03-15 16:36:17 -07:00
tsconfig.tsbuildinfo
.smartling-source.sh
# generated files
js/components.js
js/util_worker.js
2018-04-27 17:14:29 -04:00
libtextsecure/components.js
stylesheets/*.css
!stylesheets/webrtc_internals.css
/storybook-static/
preload.bundle.*
preload.wrapper.js
bundles/
ts/sql/mainWorker.bundle.js.LICENSE.txt
2024-03-04 10:03:11 -08:00
build/ICUMessageParams.d.ts
# React / TypeScript
app/*.js
ts/**/*.js
ts/protobuf/*.d.ts
2019-12-17 15:25:57 -05:00
# CSS Modules
**/*.scss.d.ts
# Editors
/.idea
/.vscode
*.sublime*
2022-02-11 13:38:52 -08:00
*.map