Skip to content

Commit e5bf0a1

Browse files
committed
Add other Git stuff
1 parent 629244e commit e5bf0a1

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

gitignore_global

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.nvimrc
2+
.DS_Store
3+
.tags_sorted_by_file
4+
.tags
5+
.irbrc
6+
.pryrc
7+
.rspec_status
8+
.capistrano
9+
.agignore
10+
.swp
11+
*.swp
12+
Vagrantfile
13+
useful_patches/*
14+
*.mwb
15+
.idea

gitmessage

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
> 50-character subject line
4+
>
5+
> 72-character wrapped longer description.
6+
> This should answer:
7+
>
8+
> * Why was this change necessary?
9+
> * How does it address the problem?
10+
> * Are there any side effects?
11+
>
12+
> Include a link to the ticket, if any.

0 commit comments

Comments
 (0)