Initial commit

This commit is contained in:
Pierre-Marie Padiou
2024-03-08 18:44:24 +01:00
committed by pm47
commit d791179125
55 changed files with 4985 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
.gradle
build/
.cxx
# this file is local to the dev environment and must not be pushed!
local.properties
# Ignore specific Mac files
.DS_Store
# Non relevant Xcode files
xcuserdata/
# HPROF
*.hprof
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
*.class
*.log
# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea
*.iml
target/
project/target
DeleteMe*.scala