Update ignore file, start setting up prune
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
This commit is contained in:
parent
bc2376ac2a
commit
8cc50e77cb
2 changed files with 7 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
.build/
|
.build/
|
||||||
local/
|
local/
|
||||||
|
OpenAIAsync-*/
|
||||||
|
OpenAIAsync-*.tar.gz
|
||||||
|
|
5
dist.ini
5
dist.ini
|
@ -23,3 +23,8 @@ Test::More = 0.88
|
||||||
|
|
||||||
[Test::Perl::Critic]
|
[Test::Perl::Critic]
|
||||||
critic_config = perlcritic.rc
|
critic_config = perlcritic.rc
|
||||||
|
|
||||||
|
[PruneFiles]
|
||||||
|
filename = xtest.sh ; Local git development test script, sets environment for local dzil xtest
|
||||||
|
#match = ^test_data/
|
||||||
|
#match = ^test.cvs$
|
Loading…
Add table
Reference in a new issue