phaylon / catalystx-declarative

A declarative approach to Catalyst application building

This URL has Read+Write access

catalystx-declarative / .gitignore
100644 32 lines (25 sloc) 0.259 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# VIM swap files
*.swp
*.swo
 
# VIM project files
*.vim
 
# root directory files
/*.txt
/*.pl
/Makefile*
/*.sx
/*.sxc
 
# except
!Makefile.PL
 
# M:I and builds
inc/
blib/
cover_db/
pm_to_blib
test.out
META.yml
 
# hidden
.*
!.gitignore
 
# misc
Debian_CPANTS.txt