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 629244e commit e5bf0a1Copy full SHA for e5bf0a1
gitignore_global
@@ -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
@@ -0,0 +1,12 @@
+
+> 50-character subject line
+>
+> 72-character wrapped longer description.
+> This should answer:
+> * Why was this change necessary?
+> * How does it address the problem?
+> * Are there any side effects?
+> Include a link to the ticket, if any.
0 commit comments