Skip to content

Commit

Permalink
chore: Adding things to the .gitignore from gitignore.io
Browse files Browse the repository at this point in the history
  • Loading branch information
reyjrar committed Jun 20, 2024
1 parent 4ac157a commit c64b7c2
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,49 @@
Changes
.build
App-ElasticSearch-Utilities-*
!/releases/*
*.dat
*.json
*.txt
TODO
# Created by https://www.toptal.com/developers/gitignore/api/perl
# Edit at https://www.toptal.com/developers/gitignore?templates=perl

### Perl ###
!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

# End of https://www.toptal.com/developers/gitignore/api/perl

0 comments on commit c64b7c2

Please sign in to comment.