signal-desktop/.gitignore
automated-signal ce6500a432
Add calling tools to visualize ringrtc stats
Co-authored-by: adel-signal <adel@signal.org>
Co-authored-by: ayumi-signal <ayumi@signal.org>
2024-05-22 17:58:39 -07:00

52 lines
827 B
Text

node_modules
node_modules_bkp
.sass-cache
coverage/*
build/curve25519_compiled.js
build/dns-fallback.json
build/compact-locales
stylesheets/*.css.map
/dist
.DS_Store
config/local.json
config/local-*
*.provisionprofile
release/
/dev-app-update.yml
.nyc_output/
/sql/
/start.sh
.eslintcache
.stylelintcache
tsconfig.tsbuildinfo
.smartling-source.sh
# generated files
js/components.js
js/util_worker.js
libtextsecure/components.js
stylesheets/*.css
!stylesheets/webrtc_internals.css
/storybook-static/
preload.bundle.*
bundles/
ts/sql/mainWorker.bundle.js.LICENSE.txt
build/ICUMessageParams.d.ts
# React / TypeScript
app/*.js
ts/**/*.js
ts/protobuf/*.d.ts
# allow js from callingtools
!ts/windows/callingtools/**/*.js
ts/windows/callingtools/preload.js
# CSS Modules
**/*.scss.d.ts
# Editors
/.idea
/.vscode
*.sublime*
*.map