Signal-Desktop/.gitignore

50 lines
725 B
Plaintext
Raw Normal View History

node_modules
node_modules_bkp
.sass-cache
coverage/*
build/curve25519_compiled.js
2024-03-22 02:31:31 +08:00
build/compact-locales
2015-08-26 08:06:00 +08:00
stylesheets/*.css.map
/dist
2017-05-09 06:13:57 +08:00
.DS_Store
2017-04-13 11:12:52 +08:00
config/local.json
config/local-*
2017-04-26 05:01:54 +08:00
*.provisionprofile
release/
2017-06-22 03:35:19 +08:00
/dev-app-update.yml
.nyc_output/
/sql/
2020-09-09 10:25:05 +08:00
/start.sh
.eslintcache
2023-04-21 01:03:43 +08:00
.stylelintcache
2021-03-16 07:36:17 +08:00
tsconfig.tsbuildinfo
.smartling-source.sh
# generated files
js/components.js
js/util_worker.js
2018-04-28 05:14:29 +08: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-05 02:03:11 +08:00
build/ICUMessageParams.d.ts
# React / TypeScript
app/*.js
ts/**/*.js
ts/protobuf/*.d.ts
2019-12-18 04:25:57 +08:00
# CSS Modules
**/*.scss.d.ts
# Editors
/.idea
/.vscode
*.sublime*
2022-02-12 05:38:52 +08:00
*.map