diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2020-12-28 15:06:36 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2020-12-28 15:06:36 +0000 |
| commit | 01727649bb1fbe3e0c721a850bd21973d7e760f2 (patch) | |
| tree | f9beb156683534e2619879598cd29f8c9e5f5ed7 /.gitignore | |
| parent | a4250a3959dd99b567d41a4e85f02a17de2c00ce (diff) | |
| download | kotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.tar.xz kotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.zip | |
Initial implementation
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,3 +21,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + + +.gradle +.idea +build
\ No newline at end of file |