Skip to content

Commit

Permalink
remove starter-repository-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jul 11, 2024
1 parent 5c6dd52 commit 21cc543
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 32 deletions.
32 changes: 0 additions & 32 deletions starter-repository-definitions.yml

This file was deleted.

3 changes: 3 additions & 0 deletions starter_templates/c/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: gcc
user_editable_file: app/main.c
3 changes: 3 additions & 0 deletions starter_templates/go/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: go
user_editable_file: app/main.go
3 changes: 3 additions & 0 deletions starter_templates/nim/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: nim (1.0)
user_editable_file: app/main.nim
3 changes: 3 additions & 0 deletions starter_templates/php/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: php (7.4)
user_editable_file: app/main.php
3 changes: 3 additions & 0 deletions starter_templates/python/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: python (3.x)
user_editable_file: app/main.py
3 changes: 3 additions & 0 deletions starter_templates/ruby/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: ruby (2.7)
user_editable_file: app/main.rb
3 changes: 3 additions & 0 deletions starter_templates/rust/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: cargo (1.54)
user_editable_file: src/main.rs
3 changes: 3 additions & 0 deletions starter_templates/swift/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
attributes:
required_executable: swift
user_editable_file: Sources/swift-docker-challenge/Main.swift

0 comments on commit 21cc543

Please sign in to comment.