Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Dec 28, 2024
1 parent 905d3fc commit da62b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# See https://www.dartlang.org/guides/libraries/private-files

# Files and directories created by pub
/binary
.dart_tool/
.packages
.build/
build/
**/build/
/bin

# If you're building an application, you may want to check-in your pubspec.lock

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ webdev serve
```shell
git clone

GOOS=linux GOARCH=amd64 go build -o ./bin/server ./server/source/main.go
GOOS=linux GOARCH=amd64 go build -o ./binary/server ./server/source/main.go
```

## Install Web Server
Expand Down
2 changes: 1 addition & 1 deletion server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Build Directories
/binary
.build/
build/
**/build/
/bin

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
Expand Down

0 comments on commit da62b83

Please sign in to comment.