Skip to content

Commit 332e4cc

Browse files
committed
Update .gitignore and development instructions
1 parent 8e7ff4f commit 332e4cc

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.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

.tool-versions.sample

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

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)