Simplified gitignore
This commit is contained in:
parent
d3c9ee3ac6
commit
1592c94b6d
1 changed files with 5 additions and 12 deletions
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…
Add table
Add a link
Reference in a new issue