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.
0 parents commit 9597c3dCopy full SHA for 9597c3d
.gitignore
@@ -0,0 +1,41 @@
1
+!Build/
2
+.last_cover_stats
3
+/META.yml
4
+/META.json
5
+/MYMETA.*
6
+*.o
7
+*.pm.tdy
8
+*.bs
9
+
10
+# Devel::Cover
11
+cover_db/
12
13
+# Devel::NYTProf
14
+nytprof.out
15
16
+# Dist::Zilla
17
+/.build/
18
19
+# Module::Build
20
+_build/
21
+Build
22
+Build.bat
23
24
+# Module::Install
25
+inc/
26
27
+# ExtUtils::MakeMaker
28
+/blib/
29
+/_eumm/
30
+/*.gz
31
+/Makefile
32
+/Makefile.old
33
+/MANIFEST.bak
34
+/pm_to_blib
35
+/*.zip
36
37
+# Carton/Carmel
38
+/local/
39
+/.carmel/
40
+# cpanfile.snapshot should generally be ignored for library code, otherwise included
41
+# cpanfile.snapshot
0 commit comments