We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4ae7a commit ec74e2cCopy full SHA for ec74e2c
.gitignore
@@ -0,0 +1,41 @@
1
+# Created by .ignore support plugin (hsz.mobi)
2
+### Perl template
3
+!Build/
4
+.last_cover_stats
5
+/META.yml
6
+/META.json
7
+/MYMETA.*
8
+*.o
9
+*.pm.tdy
10
+*.bs
11
+
12
+# Devel::Cover
13
+cover_db/
14
15
+# Devel::NYTProf
16
+nytprof.out
17
18
+# Dizt::Zilla
19
+/.build/
20
21
+# Module::Build
22
+_build/
23
+Build
24
+Build.bat
25
26
+# Module::Install
27
+inc/
28
29
+# ExtUtils::MakeMaker
30
+/blib/
31
+/_eumm/
32
+/*.gz
33
+/Makefile
34
+/Makefile.old
35
+/MANIFEST.bak
36
+/pm_to_blib
37
+/*.zip
38
39
+# From IDE
40
+.idea
41
+_Deparsed_XSubs.pm
0 commit comments