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