forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (25 loc) · 668 Bytes
/
.gitignore
File metadata and controls
33 lines (25 loc) · 668 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
# Generated by Cargo
# will have compiled files and executables
**/*/target/
**/*/json_abi_output.json
**/*/json_abi_output_flat.json
**/*/json_storage_slots_output.json
target
# These are backup files generated by rustfmt
**/*.rs.bk
# `core` and `std` are libs, no need to commit their lock files.
sway-lib-core/Forc.lock
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
# Generated files in example directories
examples/**/Forc.lock