diff options
| author | HAL9000 <62116041+NanoBillion@users.noreply.github.com> | 2025-08-06 19:46:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 19:46:59 +0200 |
| commit | d33ad09a1cbbabc034c60295273c73e68c012e28 (patch) | |
| tree | 9691e75a19883fa3bc218260f8cc172a54d1540c /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bc7f64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dist::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + +# ExtUtils::MakeMaker +/blib/ +/_eumm/ +/*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip + +# Carton/Carmel +/local/ +/.carmel/ +# cpanfile.snapshot should generally be ignored for library code, otherwise included +# cpanfile.snapshot |
