Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhener committed Jun 27, 2024
1 parent ff19150 commit ab22259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/goshs
*.exe
*resource.go
/httpserver/embedded
/httpserver/embedded/*
!httpserver/embedded/example.txt
1 change: 1 addition & 0 deletions httpserver/embedded/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an example for an embedded file on compilation time. If you place any other file here before compiling using the Makefile, then it will be added to the goshs binary and will be available when running it.

0 comments on commit ab22259

Please sign in to comment.