-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
61 lines (56 loc) · 906 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
58
59
60
61
.DS_Store
/node_modules*
.merlin
.install
/lib/bs/
/lib/js/
/lib/ocaml/
*.log
.bsb.lock
_esy
*.install
*.bs.js
# Editor
/.idea/
_build
_opam
scripts/*.js
drafts/.git
drafts/.github
drafts/examples
drafts/scripts
drafts/coverage
drafts/assets
drafts/package-lock.json
drafts/yarn.lock
drafts/yarn-error.log
drafts/pnpm-lock.yaml
drafts/.npmignore
drafts/.gitattributes
drafts/.gitignore
drafts/.editorconfig
drafts/.node-version
drafts/.prettierignore
drafts/bsconfig.json
drafts/CONTRIBUTING.md
drafts/vite.config.js
drafts/lerna.json
drafts/.vscode
drafts/jest.config.js
drafts/babel.config.js
drafts/tsconfig.json
drafts/.screenrc
drafts/.changeset
drafts/.yarn
drafts/.circleci
drafts/.ci
drafts/azure-pipelines.yml
drafts/CODEOWNERS
drafts/CODE_OF_CONDUCT.md
drafts/Makefile
drafts/.bsb.lock
drafts/index.html
drafts/postcss.config.js
drafts/tailwind.config.js
drafts/tasks.json
drafts/circle.yml