mirror of
https://github.com/pterodactyl/wings.git
synced 2025-12-11 01:33:02 -06:00
gitignore: ignore built wings executable
This commit is contained in:
parent
7b9c67d508
commit
09d2d6ec4a
4
.gitignore
vendored
4
.gitignore
vendored
@ -31,5 +31,9 @@
|
|||||||
# Go Coverage tool
|
# Go Coverage tool
|
||||||
/coverage.out
|
/coverage.out
|
||||||
|
|
||||||
|
# The built executable
|
||||||
|
wings
|
||||||
|
wings.exe
|
||||||
|
|
||||||
# Keep all gitkeep files (This needs to stay at the bottom)
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user