Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 7fbf101

Browse files
committed
Add .gitignore and minor case fix
1 parent 68dd715 commit 7fbf101

File tree

3 files changed

+43
-34
lines changed

3 files changed

+43
-34
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
.ruby-version
5+
6+
# Numerous always-ignore extensions
7+
*.diff
8+
*.err
9+
*.orig
10+
*.log
11+
*.rej
12+
*.swo
13+
*.swp
14+
*.zip
15+
*.vi
16+
*~
17+
18+
# OS or Editor folders
19+
.DS_Store
20+
._*
21+
Thumbs.db
22+
.cache
23+
.project
24+
.settings
25+
.tmproj
26+
*.esproj
27+
nbproject
28+
*.sublime-project
29+
*.sublime-workspace
30+
.idea
31+
32+
# Komodo
33+
*.komodoproject
34+
.komodotools
35+
36+
# grunt-html-validation
37+
validation-status.json
38+
validation-report.json
39+
40+
# Folders to ignore
41+
node_modules
42+
bower_components

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ urn.rb adds Uniform Resource Names in the urn:uuid format to site, posts and pag
2727

2828
## ruby-uuid.rb
2929

30-
ruby-uuid.rb is a uuid library and is solely a dependency of urn.rb. It is Copyright(c) 2005 URABE, Shyouhei.
30+
ruby-uuid.rb is a UUID library and is solely a dependency of urn.rb. It is Copyright(c) 2005 URABE, Shyouhei.
3131

3232
*[UUID]: universally unique identifier
3333
*[UUIDs]: universally unique identifiers

README.md~

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)