forked from signalapp/Signal-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
50 lines (45 loc) · 731 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
node_modules
node_modules_bkp
.sass-cache
coverage/*
build/curve25519_compiled.js
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.*
preload.wrapper.js
bundles/
ts/sql/mainWorker.bundle.js.LICENSE.txt
build/ICUMessageParams.d.ts
# React / TypeScript
app/*.js
ts/**/*.js
ts/protobuf/*.d.ts
# CSS Modules
**/*.scss.d.ts
# Editors
/.idea
/.vscode
/.zed
*.sublime*
*.map