mirror of
https://github.com/nasrlol/torque.git
synced 2025-11-27 23:09:21 +01:00
Compare commits
No commits in common. "3b216640948e38d3d8a475ffd653a5d71d8ac9a1" and "8fd093f82ca0f6f3bfc08f42e47ede4fc86bea3b" have entirely different histories.
3b21664094
...
8fd093f82c
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,21 +1,5 @@
|
||||
# Scala + sbt build artifacts
|
||||
target/
|
||||
project/target/
|
||||
project/project/
|
||||
|
||||
# Metals + BSP cache
|
||||
.metals/
|
||||
.bsp/
|
||||
|
||||
# Java / JVM artifacts
|
||||
*.class
|
||||
*.log
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
# IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
scalaVersion := "3.7.4"
|
||||
version := "1.0"
|
||||
name := "torque"
|
||||
organization := "com.nsrddyn"
|
||||
|
||||
@ -1 +0,0 @@
|
||||
sbt.version=1.11.7
|
||||
@ -1,5 +0,0 @@
|
||||
package com.nsrddyn
|
||||
|
||||
def main(args: Array[String]) : Unit = {
|
||||
println("Hello World!")
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user