graphvent/.gitignore

21 lines
192 B
Plaintext

# Ignore everything
*
!/go-capnp
# But not these files...
!/.gitignore
!*.go
*.capnp.go
!go.sum
!go.mod
!*.capnp
!README.md
!LICENSE
!Makefile
# ...even if they are in subdirectories
!*/