Files
apollo/.gitignore
T
Gary Tierney e9c33534a6 Add .editorconfig file to override IDE defaults
Add rules for enforcing tabs in Java, and spaces in Ruby.

Add a rule to make sure trailing whitespace is trimmed
and that no new final newline is inserted.
2015-09-19 15:18:14 +01:00

16 lines
107 B
Plaintext

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