diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-15 16:08:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 16:08:35 +0100 |
| commit | 3b216640948e38d3d8a475ffd653a5d71d8ac9a1 (patch) | |
| tree | ec8bd8d41f211ad54db60c8593390893a49098bf /.gitignore | |
| parent | 8fd093f82ca0f6f3bfc08f42e47ede4fc86bea3b (diff) | |
| parent | bedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 (diff) | |
Merge pull request #1 from nasrlol/chore/project-structure
setup of the project structure
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,21 @@ +# 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/ + |
