diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c565d95 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +**/node_modules +.git +.tmp +packages +mise.toml diff --git a/.gitignore b/.gitignore index 3e75d81..7059012 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ .gradle build/ +node_modules/ + # Ignore Gradle GUI config gradle-app.setting @@ -13,6 +15,7 @@ gradle-app.setting *.war *.ear *.class +mise.toml # eclipse specific git ignore *.pydevproject @@ -48,6 +51,7 @@ ent-* .DS_Store #testing while in dev +/packages /core/ /plugin-interface/ /plugin/ @@ -168,4 +172,6 @@ fabric.properties .idea/**/markdown-navigator/ .idea/GitScope.xml -# End of https://www.gitignore.io/api/intellij \ No newline at end of file +# End of https://www.gitignore.io/api/intellij + +app.json \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 1815df7..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,17 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - -tasks: - - init: ./gradlew build - - init: docker-compose up -d - - -ports: - - port: 3306 - onOpen: ignore - - port: 5432 - onOpen: ignore - - - diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..f59ba89 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +utils.js \ No newline at end of file diff --git a/.idea/runConfigurations/Run_All_Tests.xml b/.idea/runConfigurations/Run_All_Tests.xml index 1e04709..f1a07b2 100644 --- a/.idea/runConfigurations/Run_All_Tests.xml +++ b/.idea/runConfigurations/Run_All_Tests.xml @@ -1,6 +1,6 @@ -