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

Commit 273203a

Browse files
committed
Add initial git configuration
1 parent 8f0df68 commit 273203a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitattributes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# DO NOT EDIT: File is auto-generated
2+
* -text
3+
*.css text
4+
*.html text
5+
*.ico binary
6+
*.java text
7+
*.js text
8+
*.json text
9+
*.md text
10+
*.png binary
11+
*.properties text
12+
*.rake text
13+
*.rb text
14+
*.txt text
15+
*.xml text
16+
*.yaml text
17+
*.yml text
18+
.gitattributes text
19+
.gitignore text
20+
.node-version text
21+
.ruby-version text
22+
Gemfile text
23+
LICENSE text
24+
buildfile text

.gitignore

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

0 commit comments

Comments
 (0)