-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (36 loc) · 991 Bytes
/
.gitignore
File metadata and controls
47 lines (36 loc) · 991 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
45
46
47
# Generated by Cargo
# will have compiled files and executables
**/*/target/
target
# ABI JSON and storage slots JSON output files in tests
**/*/json_abi_output*.json
**/*/json_abi_output_flat.json
**/*/json_storage_slots_output*.json
# Performance benchmark outputs
**/*/*gas-usages-*.csv
**/*/*gas-usages-*.md
**/*/*gas-usages-*.html
**/*/*bytecode-sizes-*.csv
**/*/*bytecode-sizes-*.md
**/*/*bytecode-sizes-*.html
# These are backup files generated by rustfmt
**/*.rs.bk
# `std` is a lib, no need to commit its lock file.
sway-lib-std/Forc.lock
# Forc's build directory
out
# Benchmarks data output directory
benchmarks/
# Generated client schema
**/schema.graphql
# .DS_Store
.DS_Store
# Generated files in test directories
sway-lsp/tests/**/Forc.lock
forc-plugins/forc-debug/tests/**/Forc.lock
forc-plugins/forc-client/test/**/Forc.lock
# Generated files in example directories
examples/**/*/Forc.lock
docs/reference/src/code/examples/**/*/Forc.lock
# Insta files
*.snap.new