forked from ava-labs/builders-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (28 loc) · 657 Bytes
/
.gitignore
File metadata and controls
36 lines (28 loc) · 657 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
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Docs direct from GH repo via docusaurus-plugin-remote-content
docs/build/cross-chain/awm/deep-dive.md
docs/build/cross-chain/teleporter/overview.md
docs/build/cross-chain/teleporter/deep-dive.md
docs/build/cross-chain/teleporter/examples.md
docs/build/cross-chain/teleporter/getting-started.md
docs/build/cross-chain/teleporter/upgradeability.md
docs/build/cross-chain/teleporter/cli.md
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
error.log
.idea
/.vscode
*.swp