-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (39 loc) · 802 Bytes
/
.gitignore
File metadata and controls
56 lines (39 loc) · 802 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
48
49
50
51
52
53
54
55
56
# Code editor local settings
# VS Code
.vscode/*
.history/
*.vsix
# IDEA files
.idea
# VIM
Session.vim
.vim/
# Other editors
.nvim/
.emacs/
.helix/
# Keep some docs local
docs/local/**
.direnv
# Nix package build out-link - any 'result' folder in the tree
**/result
# Nix packaged script (impure builds) default output - any '.build' folder in the tree
**/.build
# Root node tools
node_modules/
# Go build artifacts
/cmd/chainlink-ton/chainlink-ton
/cmd/explorer/explorer
# macOS Finder metadata
.DS_Store
# Golangci-lint reports
golangci-lint-*-report.xml
# Golangci-lint config(We use a upstream config from core, see getting-started.md)
.golangci.yml
_vendor/
# Binary
cmd/chainlink-ton/chainlink-ton
# Local environment variables
.env
# Experimental files
pkg/ton/codec/jsoncodec/