Files
XACrypto/.gitignore
T
xiao b01b8cf8df desc
i have no idea why it kept the headers there even though i fixed them. should be all good now tho
2026-06-02 12:42:44 -04:00

37 lines
401 B
Plaintext

### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
.kotlin
XACrypto.jar
tests
.idea
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
### Maven ###
target/