forked from session-foundation/session-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (58 loc) · 852 Bytes
/
.gitignore
File metadata and controls
73 lines (58 loc) · 852 Bytes
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
node_modules
.parcel-cache
.sass-cache
.eslintcache
/dist
.DS_Store
config/local.json
config/local-*.json
*.provisionprofile
release/
/dev-app-update.yml
*.sublime*
sql/
# 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
# Ctags
tags
proxy.key
proxy.pub
*.tsbuildinfo
yarn-error.log
# editor
.vscode/
.vscrof/
.idea/
playwright.config.js
*.js.map
ts/node/**/*.d.ts
ts/node/**/*.d.ts.map
test-results/
.nyc_output
coverage/
stylesheets/dist/
*.LICENSE.txt
ts/webworker/workers/node/**/*.node
.yarn/
service-nodes-cache.json
tools/**/*.js
tools/**/*.js.map
app/
dist/
build/buildConfig.js
build/clean.js
build/copyBin.js
build/copyUtils.js
build/copySource.js
build/copyTests.js
.build-cache
test_output
.env