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

Commit 5e1a69e

Browse files
committed
Add git configuration
1 parent 8bf3abb commit 5e1a69e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# DO NOT EDIT: File is auto-generated
2+
* -text
3+
*.md text
4+
*.rake text
5+
*.xml text
6+
*.yaml text
7+
*.yml text
8+
.gitattributes text
9+
.gitignore text
10+
.ruby-version text
11+
Gemfile text
12+
LICENSE text
13+
buildfile text

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.iml
2+
/*.ipr
3+
/*.iws
4+
/Gemfile.lock
5+
/_buildr.rb
6+
/reports
7+
/target
8+
/tmp
9+
/generated

0 commit comments

Comments
 (0)