diff options
| author | makamys <makamys@outlook.com> | 2020-03-10 22:54:52 +0100 |
|---|---|---|
| committer | makamys <makamys@outlook.com> | 2021-05-06 13:54:48 +0200 |
| commit | 02a6aa4a24662815664ad86cb81d2a3f167775d7 (patch) | |
| tree | 795fab48832fce98ea12790536504f159fb89470 /.gitignore | |
| download | Neodymium-02a6aa4a24662815664ad86cb81d2a3f167775d7.tar.gz Neodymium-02a6aa4a24662815664ad86cb81d2a3f167775d7.tar.bz2 Neodymium-02a6aa4a24662815664ad86cb81d2a3f167775d7.zip | |
Initial commit (basic Mixin setup)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d8875c --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.classpath +.metadata +.gradle +.project +.settings +bin/ +build/ +jars/ +run/ +*.iml +*.launch +/.nb-gradle/ + +/*Audio files*/ +*.ogg +*.WAV |
