forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (57 loc) · 844 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
53
54
55
56
57
/build
/cert.pem
/dist
/key.pem
/lib
/node_modules
/packages/
/webapp
/.npmrc
/*.log
package-lock.json
.DS_Store
electron/dist
electron/pub
**/.idea
/config.local*.json
# Legacy skinning file that some people might still have
/src/component-index.js
/.tmp
/webpack-stats.json
.vscode
.vscode/
.env
/coverage
# Auto-generated file
/src/modules.ts
/build_config.yaml
/book
/index.html
# version file and tarball created by `npm pack` / `yarn pack`
/git-revision.txt
# elecord ignores
/test
/playwright
/element.io
/docs
/docker
/debian
/mocks
/.husky
sonar-project.properties
playwright.config.ts
localazy.json
jest.config.ts
Dockerfile
CONTRIBUTING.md
config.sample.json
code_style.md
build_config.sample.yaml
book.toml
AUTHORS.rst
.dockerignore
# elecord build
/.github/
!/.github/cfp_headers
!/.github/workflows/
!/.github/workflows/build.yml