session-desktop/.gitignore

53 lines
661 B
Plaintext
Raw Normal View History

node_modules
.sass-cache
2020-02-03 05:53:36 +01:00
.eslintcache
build/curve25519_compiled.js
2015-08-26 02:06:00 +02:00
stylesheets/*.css.map
/dist
2017-05-09 00:13:57 +02:00
.DS_Store
2017-04-13 05:12:52 +02:00
config/local.json
config/local-*.json
2017-04-25 23:01:54 +02:00
*.provisionprofile
release/
2017-06-21 21:35:19 +02:00
/dev-app-update.yml
*.sublime*
sql/
# generated files
js/components.js
js/util_worker.js
js/libtextsecure.js
2018-04-27 23:14:29 +02:00
libtextsecure/components.js
stylesheets/*.css
test/test.js
# React / TypeScript
ts/**/*.js
ts/protobuf/*.d.ts
ts/**/*.js.map
test/ts/**/*.js.map
test/ts/**/*.js
ts/test/automation/**/*.js
ts/test/automation/**/*.js.map
# Swapfiles
**/*.swp
2019-08-05 09:23:26 +02:00
# Ctags
tags
2020-05-19 02:42:40 +02:00
proxy.key
proxy.pub
2020-07-31 05:48:57 +02:00
*.tsbuildinfo
2021-03-01 02:05:39 +01:00
yarn-error.log
# editor
.vscode/
libloki/test/test.js
playwright.config.js
2022-03-24 01:15:21 +01:00
*.js.map