Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 9113d13

Browse files
committed
Improve documentation
IDE files commited to repo Git commits unstandardized Readme lacking important info Remove IDE files Add various git configurations Improve readme Part of efforts to get CD pipeline working
1 parent ceee5fc commit 9113d13

11 files changed

+55
-374
lines changed

.gitconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[commit]
2+
template = ~/.gitmessage.txt
3+
4+
[color]
5+
ui = true
6+
7+
[color "branch"]
8+
current = yellow reverse
9+
local = yellow
10+
remote = green
11+
12+
[color "diff"]
13+
meta = yellow bold
14+
frag = magenta bold
15+
old = red bold
16+
new = green bold
17+
18+
[color "status"]
19+
added = yellow
20+
changed = green
21+
untracked = red

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/*

.gitmessage.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Summary, imperative, start upper case, don't end with period
2+
##########50 characters ##########################
3+
Issue ID: Subject
4+
##########72 characters ################################################
5+
Problem
6+
# Problem, task, reason for commit
7+
Solution
8+
# Solution or list of Changes
9+
Notes
10+
# Special instructions, testing steps, etc.

.idea/LivingMarkupDocker.iml

-92
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/php.xml

-92
This file was deleted.

.idea/vcs.xml

-7
This file was deleted.

0 commit comments

Comments
 (0)