diff options
author | falseresync <falseresync@gmail.com> | 2019-07-03 19:40:14 +0000 |
---|---|---|
committer | falseresync <falseresync@gmail.com> | 2019-07-03 19:40:14 +0000 |
commit | 854eba2e998951ae30c45825e3cf3180ec77c2b7 (patch) | |
tree | eefedc371f9ef18b648a57bf6449571ec61cc7c0 /.gitignore | |
download | LibGui-854eba2e998951ae30c45825e3cf3180ec77c2b7.tar.gz LibGui-854eba2e998951ae30c45825e3cf3180ec77c2b7.tar.bz2 LibGui-854eba2e998951ae30c45825e3cf3180ec77c2b7.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9563893 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# gradle + +.gradle/ +build/ +out/ +classes/ + +# idea + +.idea/ +*.iml +*.ipr +*.iws + +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + +# fabric + +run/
\ No newline at end of file |