Files
apollo/.gitignore
T
Gary Tierney 4d79052199 Convert to the gradle build system
Ports the Maven build POMs to Gradle build scripts, which are a bit
friendlier to use.  Instead of using the exec:java Maven goal to run the
server now, the gradle run task should be used.
2017-01-02 04:44:04 +00:00

18 lines
142 B
Plaintext

.*
!.gitignore
!.rubocop.yml
!.editorconfig
!.travis.yml
*~
*.class
*.iml
/data/fs
/data/rsa.pem
/data/savedGames
/lib/
*/target/
*/build/