Skip to content

Commit

Permalink
Add gitignore template
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 6, 2023
1 parent ada06b5 commit d1e8523
Showing 1 changed file with 34 additions and 11 deletions.
45 changes: 34 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
/Mojolicious-Plugin-Directory-*
/.build
/_build*
/Build
MYMETA.*
!META.json
/_build_params
/Build.bat
!Build/
!LICENSE
local/
cpanfile.snapshot
.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

0 comments on commit d1e8523

Please sign in to comment.