firestar/.gitignore

34 lines
389 B
Plaintext
Raw Normal View History

2024-04-09 23:06:05 -04:00
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### 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 ###
2024-06-30 04:07:08 -04:00
.DS_Store
2024-07-03 17:20:39 -04:00
2024-06-30 04:07:08 -04:00
/firestar.zip
2024-06-30 09:58:52 -04:00
/run-linux.sh
/run-win32.bat