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 4903e66 commit 2df2606Copy full SHA for 2df2606
.gitignore
@@ -1,2 +1,35 @@
1
-*~
2
-*.swp
+!Build/
+.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
0 commit comments