feat: create build process for environment

This commit is contained in:
2024-12-11 11:51:03 +02:00
parent 3abdd8d3c9
commit 17406c6b81
7 changed files with 187 additions and 797 deletions

18
.gitignore vendored
View File

@@ -1,26 +1,18 @@
*
!/src/
!/src/**/*
/*
!/src
!/doc
!/doc/**/*
!/tests
!/tests/**/*
!/.github
!/.github/**/*
!/.gitignore
!/.gitattributes
!/LICENSE
!/README.md
!/settings.gradle
!/build.gradle
!/gradle.properties
!/gradle
!/gradle/wrapper
!/gradle/wrapper/gradle-wrapper.properties
!/
!/package.json
!/rollup.config.js