-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (37 loc) · 767 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
# Dependencies — restored by `npm ci` from the committed lockfiles, never committed.
# This file did not exist, which is why 4,526 vendored files (98% of the tracked
# tree) were in git. The lockfiles are the reproducible record; node_modules is
# build output.
node_modules/
# Build output
dist/
build/
out/
*.tsbuildinfo
# Solidity / Hardhat toolchain artifacts (packages/contracts)
artifacts/
cache/
typechain/
typechain-types/
# Nx
.nx/cache
.nx/workspace-data
# Environment + secrets. Never commit a real one; .env.example is the template.
.env
.env.*
!.env.example
# Coverage + test output
coverage/
*.lcov
.nyc_output/
# Editor / OS noise
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json
*.swp
# Logs
*.log
npm-debug.log*
yarn-error.log*