about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-01-25 Support java directoryWilliam Carroll1-0/+1
Add an example of two java files, Main.java and Another.java, where Main.java depends on Another.java. This is part of a larger example of attempting to use Nix to package these. Also ignoring the *.class files that `javac <filename>` outputs.
2020-01-15 Initialize repoWilliam Carroll1-0/+6
Adding a README and a basic .gitignore to initialize this mono-repo. I'm quite excited about this undertaking!