Update ignore file, start setting up prune
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-23 09:01:27 -05:00
parent bc2376ac2a
commit 8cc50e77cb
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.build/ .build/
local/ local/
OpenAIAsync-*/
OpenAIAsync-*.tar.gz

View file

@ -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$