Change `.gitignore` strategy
- Use a `.gitignore` local to the test framework - Remove some local only things (`.idea`) from the `.gitignore` and push that to `.git/info/exclude`
This commit is contained in:
parent
c4e57df807
commit
d88f71cc27
|
|
@ -1,2 +0,0 @@
|
||||||
.idea
|
|
||||||
pkg/framework/test/assets/bin
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
assets/bin
|
||||||
Loading…
Reference in New Issue