Simplified gitignore
This commit is contained in:
parent
7bf7a81b81
commit
16f214df95
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,16 +1,9 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
|
||||
!*/
|
||||
!*.go
|
||||
!go.sum
|
||||
!go.mod
|
||||
|
||||
!README.md
|
||||
!go.sum
|
||||
!LICENSE
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
!README.md
|
||||
!.editorconfig
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user