chore: move ffi

This commit is contained in:
MistEO
2022-12-02 00:34:32 +08:00
parent 45a28f5b4e
commit 102efca099
48 changed files with 15 additions and 15 deletions

43
src/Java/.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
gradle.properties
/cache/
/gradle/