Skip to content

Commit

Permalink
misc(devex) - Add support for asdf. expand .gitignore with .zed/ and …
Browse files Browse the repository at this point in the history
…config/master.key (getlago#2328)

## Description

Small DevEx improvements.

* Adds support for using [asdf](https://asdf-vm.com) as ruby version
manager.
* Also ignore .zed/ for users of [Zed](zed.dev).
* ignores `config/master.key`
  • Loading branch information
nudded authored and abdussamadbello committed Aug 8, 2024
1 parent 0cf3aae commit a57e7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
!/tmp/storage/.keep
db/events_schema.rb
db/clickhouse_schema.rb
/config/master.key

.env
.byebug_history
Expand All @@ -38,3 +39,4 @@ LAGO_VERSION

**/.DS_Store
.vscode
.zed
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.3.0

0 comments on commit a57e7a4

Please sign in to comment.