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

Commit f7d7577

Browse files
committed
Add git configuration
0 parents  commit f7d7577

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.gitattributes

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

.github/ISSUE_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
3+
Please make sure that you are familiar with and follow the Code of Conduct for
4+
this project (found in the CODE_OF_CONDUCT.md file).
5+
6+
Please fill out this template with all the relevant information so we can
7+
understand what's going on and fix the issue.
8+
9+
I may ask you to submit the fix (after giving some direction).
10+
-->
11+
12+
Environment:
13+
14+
<!--
15+
Please provide the version of this project where the issue occurred as well as the
16+
versions of other environmental factors. This could be virtual machine version, os
17+
version, browser version etc.
18+
-->
19+
20+
Relevant code or config:
21+
22+
```
23+
24+
```
25+
26+
What you did:
27+
28+
29+
30+
What happened:
31+
32+
<!-- Please provide the full error message/screenshots/anything -->
33+
34+
Reproduction repository:
35+
36+
<!--
37+
If possible, please create a repository that reproduces the issue with the
38+
minimal amount of code possible.
39+
-->
40+
41+
Problem description:
42+
43+
44+
45+
Suggested solution:

.gitignore

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

0 commit comments

Comments
 (0)