forked from graphprotocol/graph-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (28 loc) · 625 Bytes
/
.gitignore
File metadata and controls
35 lines (28 loc) · 625 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
# Code coverage stuff
*.profraw
lcov.info
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
**/*.idea
**/*.DS_STORE
# IDE files
.vscode/
# Ignore data files created by running the Docker Compose setup locally
/docker/data/
/docker/parity/chains/
/docker/parity/network/
**/*/tests/fixtures/ipfs_folder/random.txt
/tests/**/build
/tests/**/generated
/tests/**/node_modules
/tests/**/yarn-error.log
/tests/**/pnpm-lock.yaml
# Built solidity contracts.
/tests/**/bin
/tests/**/truffle_output
# Docker volumes and debug logs
.postgres
logfile