git: use allowlist
This commit is contained in:
parent
2a72024da0
commit
395f6da0f2
21
.gitignore
vendored
21
.gitignore
vendored
@ -1 +1,20 @@
|
||||
.idea/
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these
|
||||
!/.gitignore
|
||||
!*.proto
|
||||
!buf.gen.yaml
|
||||
!buf.lock
|
||||
!buf.yaml
|
||||
|
||||
!legal/*
|
||||
!scripts/**/*
|
||||
!swagger/*
|
||||
|
||||
!LICENSE
|
||||
!Makefile
|
||||
!swagger.json
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
|
Loading…
Reference in New Issue
Block a user