diff --git a/gitignore_generator/templates/languages/perl.gitignore b/gitignore_generator/templates/languages/perl.gitignore new file mode 100644 index 0000000..78d5d2c --- /dev/null +++ b/gitignore_generator/templates/languages/perl.gitignore @@ -0,0 +1,37 @@ +# Perl +Build/ +_build/ +Build.bat +META.yml +META.json +MYMETA.yml +MYMETA.json +*.o +*.pm.auto +blib/ +inc/ +Makefile +Makefile.old +MANIFEST +MANIFEST.bak +pp_hot + +# Carton +local/ +carton.lock + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~