Signal-Desktop/.gitignore

49 lines
692 B
Plaintext
Raw Normal View History

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