mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 23:53:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
41 lines
461 B
Text
41 lines
461 B
Text
!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
|