Skip to content

Commit 195793c

Browse files
authored
Merge pull request #367 from 3scale/gitignore-and-asdf-instructions
Update .gitignore and development instructions
2 parents 51825f1 + 332e4cc commit 195793c

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Diff for: .gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ bench.txt
1818
3scale_backend.sock
1919

2020
.env
21+
/tmp
22+
23+
# JetBrains IDE
24+
/.idea
25+
/.run
26+
27+
# asdf
28+
.tool-versions

Diff for: .tool-versions.sample

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 3.0.2

Diff for: DEVELOPMENT.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ The first thing you will need is cloning the project:
1414
1515
Next cd into the directory, `cd apisonator`.
1616

17+
### Ruby version management
18+
19+
In order to manage Ruby versions for local development, we recommend using [asdf](https://asdf-vm.com/guide/getting-started.html).
20+
21+
Once installed, use the provided `.tool-versions.sample` file to get the appropriate versions.
22+
23+
```
24+
cp .tool-versions.sample .tool-versions
25+
```
26+
1727
### Containerized environment
1828

1929
#### With Docker

0 commit comments

Comments
 (0)