diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:30:39 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:30:39 -0500 |
| commit | 4f6a91932b61c4e5a9ef3216c4989ca9b6294439 (patch) | |
| tree | 2996d5e4265ad08f6dfbdd29ffb9969782f8e118 /.gitignore | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..581abe4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Gradle +/.gradle +/build + +# JDTLS +.classpath +.factorypath +.settings +.project +bin + +*.hprof |
