-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (93 loc) · 1.31 KB
/
.gitignore
File metadata and controls
102 lines (93 loc) · 1.31 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
.DS_Store
*.pem
.idea/
.vscode/
.claude/
tmp/
./skywire.json
./build/
/build/
./apps/
./skywire/
./local
local/
./local/*
./local*/*
./transport_logs
./dmsgpty
/rewards
/rewards/
./pkg/visor/apps/
./pkg/visor/bar/
./pkg/visor/foo/
/*.json
./bin
./node
./users.db
./hypervisor
./*-node
./*-visor
./*-cli
./*-server
./*.json
!/dmsghttp-config.json
!/services-config.json
!/arches.json
./*.sh
./*.log
# Ignore backup go.mod after running '/ci_scripts/go_mod_replace.sh'.
go.mod-e
# goreleaser and frontend builds
*.deb
./packages
./deb
./sysroot
./static/skywire-manager-src/dist/*
./visor
./dist-linux
./dist
./Char
./scripts/mac_installer/IconsSkycoin.tar.gz
./scripts/mac_installer/icon_128x128.png
./scripts/mac_installer/icon_128x128@2x.png
./mac_build
./skywire-installer*.pkg
*.dmg
./scripts/mac_installer/icon.iconset/
./releaseChangelog.md
./skywire.msi
/scripts/win_installer/build/
goreleaser*
gh*
!ghw
./musl-data
./releaseChangelog.md
./goreleaser.zip
./goreleaser
# Fix dirty error on release
releaseChangelog.md
musl-data
.env
# Crush AI local files
CRUSH.md
.crush.json
.crush/
e2e-test.log
# Build artifacts and local files
/skywire
*.bak
/help_output/
/go-files-by-lines.txt
node_modules/
static/skywire-manager-src/dist/
# Local development files
local1/
users.db
CLAUDE.md