Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
37
gitignore_generator/templates/languages/perl.gitignore
Normal file
37
gitignore_generator/templates/languages/perl.gitignore
Normal file
@@ -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
|
||||
*~
|
||||
Reference in New Issue
Block a user