diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-12 19:26:45 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-12 19:26:45 -0400 |
| commit | 8921407398eede45f3c578914a3b2f527e288ba6 (patch) | |
| tree | 11c24c4832baa58ac15c786cd701c93c0438533d /.gitignore | |
wow, bot
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ddb9b8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Gradle +/.gradle +/build + +# JDTLS +.classpath +.factorypath +.settings +.project +bin + +# Java +*.hprof + +# direnv +/.direnv +/.envrc + +/run |
