Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
inductor committed May 7, 2023
1 parent c5364f5 commit dd370ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.idea/
*.iml

# VSCode
.vscode

# SBT
/project/target
/project/project
Expand All @@ -15,4 +18,10 @@ localDependencies/spigot-1.12.2.jar
# Docker
docker/spigot/serverfiles/eula.txt

.env
.env

# Metal
.bloop
.metals
project/.bloop/
project/metals.sbt

0 comments on commit dd370ca

Please sign in to comment.