Skip to content

Commit 64fa55f

Browse files
committed
update gitignore
1 parent 41527e6 commit 64fa55f

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.gitignore

+18-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
blib/
2-
pm_to_blib
3-
META.yml
4-
MYMETA.json
5-
MYMETA.yml
6-
Makefile
7-
README
8-
inc/
9-
MANIFEST
10-
MANIFEST.bak
11-
Catalyst-Plugin-ConfigLoader-*
12-
*.swp
1+
/MANIFEST
2+
/MANIFEST.bak
3+
/MANIFEST.SKIP
4+
/META.*
5+
/MYMETA.*
6+
/Makefile
7+
/Makefile.old
8+
/README
9+
/blib/
10+
/pm_to_blib
11+
/Distar
12+
*~
13+
*#
14+
.#*
15+
/Catalyst-Plugin-ConfigLoader-*/
16+
/Catalyst-Plugin-ConfigLoader-*.tar.gz
17+
/cover_db/
18+
/_eumm/

0 commit comments

Comments
 (0)