Skip to content

Commit

Permalink
Rewrite using Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Dec 15, 2024
1 parent 8278881 commit 99bfc89
Show file tree
Hide file tree
Showing 212 changed files with 1,635 additions and 9,567 deletions.
36 changes: 0 additions & 36 deletions .env.example

This file was deleted.

38 changes: 17 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
## Node files
node_modules
package-lock.json

## Confidential files
.env

## IDE files
.idea
.vscode
.vs

## Compiled files
.gradle
build
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

## Assets
assets/

## yarn
yarn.lock

## Logs
foxy/parent/logs/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
/foxy/src/main/resources/foxy.conf
/.kotlin/
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99bfc89

Please sign in to comment.