diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-16 18:07:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 18:07:37 +0100 |
| commit | 6114a98d542f38df7b16fe78ac115c42e34ec78c (patch) | |
| tree | 269001b0b286574987fe5091eff3797601ce7b57 /.gitignore | |
| parent | 3b216640948e38d3d8a475ffd653a5d71d8ac9a1 (diff) | |
| parent | 3b35f42cc7191741d6669cbe63cb7b985990d321 (diff) | |
Merge pull request #2 from nasrlol/feature/single-threaded-cpu-load-generation
Feature/single threaded cpu load generation boilerplate
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,21 +1,13 @@ -# Scala + sbt build artifacts target/ project/target/ project/project/ - -# Metals + BSP cache +.bloop/ .metals/ .bsp/ - -# Java / JVM artifacts *.class *.log hs_err_pid* - -# IntelliJ .idea/ *.iml - -# VSCode .vscode/ |
