Skip to content

Commit 5bcb66b

Browse files
committed
Merge branch 'master' of github.com:icco/oneinterestingfact
Conflicts: .gitignore README.md
2 parents 4f58e36 + 9c41cfe commit 5bcb66b

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Diff for: .gitignore

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
!vendor/gems/cache/
2+
*.gem
3+
*.rbc
14
.DS_Store
5+
.bundle
6+
.config
7+
.sass-cache/*
8+
.yardoc
9+
_yardoc
10+
bin/*
11+
coverage
12+
doc/
13+
lib/bundler/man
214
log/**/*
15+
pkg
16+
rdoc
17+
spec/reports
18+
test/tmp
19+
test/version_tmp
320
tmp/**/*
4-
bin/*
521
vendor/gems/*
6-
!vendor/gems/cache/
7-
.sass-cache/*

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# EDIT ME.
1+
# one interesting fact
22

3-
I AM A GENERATED README.
3+
A simple little game.

0 commit comments

Comments
 (0)