mirror of
https://github.com/shlldev/miniws.git
synced 2025-09-02 19:00:59 +02:00
change .gitignore
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1 +1,17 @@
|
||||
build/
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!/.gitignore
|
||||
|
||||
!*.go
|
||||
!go.sum
|
||||
!go.mod
|
||||
|
||||
!README.md
|
||||
!LICENSE
|
||||
|
||||
# !Makefile
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
Reference in New Issue
Block a user