forked from PerlDancer/Dancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 676 Bytes
/
.gitignore
File metadata and controls
50 lines (42 loc) · 676 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Dancer Specific
*.old
*~
example/logs
t/*/logs
t/*/sessions
logs
TestApp
t/sessions/
tags
MYMETA.yml
# From: https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
.*
!.gitignore
*~
*.sw[a-p]
.directory
# From: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
Thumbs.db
Desktop.ini
# From https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
Icon?
._*
.Spotlight-V100
.Trashes
# From https://github.com/github/gitignore/blob/master/Perl.gitignore
blib/
_build/
cover_db/
inc/
Build
Build.bat
.last_cover_stats
Makefile
Makefile.old
MANIFEST.bak
META.yml
MYMETA.yml
nytprof.out
pm_to_blib
MYMETA.json