-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
52 lines (48 loc) · 1020 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
51
52
/build
/cert.pem
/dist
/key.pem
/lib
/node_modules
/packages/
/webapp
/.npmrc
/*.log
package-lock.json
.DS_Store
electron/dist
electron/pub
**/.idea
/config.json
/config.json.*
/config.local*.json
# Legacy skinning file that some people might still have
/src/component-index.js
/.tmp
/webpack-stats.json
.vscode
.vscode/
.env
/coverage
# yarn links dependencies (generated with /scripts/layered...sh)
/matrix-react-sdk
/matrix-js-sdk
/matrix-analytics-events
# yarn links dependencies generated with /scripts/tchap/install-yarn-linked-repositories.sh
/yarn-linked-dependencies
# ignore folder for patch merging conflicts
/patches_temp
# Auto-generated file
/src/modules.ts
#/build_config.yaml # :TCHAP: writes this by hand.
/book
/index.html
/cypress/videos
/cypress/downloads
/cypress/screenshots
/cypress/synapselogs
# These could have files in them but don't currently
# Cypress will still auto-create them though...
/cypress/performance
# File from translations checkin scripts.
modules/tchap-translations/tmp/*