diff options
| author | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-06-19 17:18:17 -0700 |
|---|---|---|
| committer | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-06-19 18:16:44 -0700 |
| commit | 33c18a89176dfff1d9f78eba1ad8a09fe5568880 (patch) | |
| tree | af37535ae7d10342466124f2d1a86cc2025715d0 /.gitignore | |
| parent | bc1e4b592cabee6244a0b5b3321752a4ec87264b (diff) | |
inital release
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0729ff2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +/target +/classes +/checkouts +profiles.clj +pom.xml +pom.xml.asc +*.jar +*.class +/.lein-* +/.nrepl-port +/.prepl-port +.hgignore +.hg/ +*~ +/resources/leagues-of-votann/* |