Skip to content

Commit eb0b59c

Browse files
authored
Merge pull request #484 from rocket-pool/dev_v2
Moved the source out of `/src` into the root dir
2 parents 6f3eefd + 3b6d86f commit eb0b59c

File tree

626 files changed

+20
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

626 files changed

+20
-37
lines changed

.gitignore

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
.DS_Store
2-
vendor
3-
node_modules
4-
/scripts/config.js
5-
/rocketpool/rocketpool
6-
/rocketpool-cli/rocketpool-cli-darwin-amd64
7-
/rocketpool-cli/rocketpool-cli-linux-amd64
8-
/rocketpool-cli/rocketpool-cli-windows-amd64.exe
9-
/rocketpool-cli/rocketpool-cli-darwin-arm64
10-
/rocketpool-cli/rocketpool-cli-linux-arm64
11-
Dockerfile
12-
/rocketpool-cli/rocketpool-cli
132
.idea
143
/.vscode
154
.vscode-ctags
16-
/rocketpool/rocketpool-daemon-darwin-amd64
17-
/rocketpool/rocketpool-daemon-linux-amd64
18-
/rocketpool/rocketpool-daemon-darwin-arm64
19-
/rocketpool/rocketpool-daemon-linux-arm64
205
*.swp
216

227
# Packaging
@@ -28,10 +13,7 @@ build/
2813
install/packages/debian/rocketpool
2914
install/packages/debian/debian/rocketpool*
3015
install/packages/debian/_build/
31-
bin
32-
pkg
33-
.vscode-ctags
3416

3517
# Binaries
36-
src/rocketpool-cli/rocketpool-cli
37-
src/rocketpool-daemon/rocketpool-daemon
18+
/rocketpool-cli/rocketpool-cli
19+
/rocketpool-daemon/rocketpool-daemon
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)