Skip to content

Commit 64f1f0d

Browse files
committed
๐Ÿ” chore(.gitignore): add log files to be ignored by git
๐Ÿ” chore(.gitignore): add /pallets/fund-admin/scripts directory to be ignored by git
1 parent 8dc111c commit 64f1f0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

โ€Ž.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3+
*log
34
**/target/
45
# These are backup files generated by rustfmt
56
**/*.rs.bk
@@ -39,4 +40,4 @@ md5-wasm
3940
md5-genesis-head
4041

4142
# Fund-admin scripts
42-
/pallets/fund-admin/scripts
43+
/pallets/fund-admin/scripts

0 commit comments

Comments
ย (0)