robert-w-gries / javar

Java compiler written in Java
0 stars 0 forks source link

Remove IntelliJ project files #3

Closed jchitel closed 6 years ago

jchitel commented 6 years ago

When we started this project, we designated IntelliJ as the IDE everyone would use for development. This should ideally not be a restriction. We need to remove these ide-specific references and add them to the .gitignore.

Notably:

May as well remove .gitmodules while we're at it as well, seeing that it's empty.

robert-w-gries commented 6 years ago

I have a commit ready that resolves this. It's part of a local cleanup branch that addresses several needs