diff options
| author | Rubenicos <44579213+rubenicos@users.noreply.github.com> | 2021-02-03 07:41:35 -0600 |
|---|---|---|
| committer | Leonardo <13875753+LMBishop@users.noreply.github.com> | 2021-02-03 16:47:09 +0000 |
| commit | 865f91c9367870e7b6eb513adcced50d057dad27 (patch) | |
| tree | 11195b25e0833f82ac631f424c694e10568a02cd /.gitignore | |
| parent | 5c2460c93cc2746816893607c966eba2b5284d05 (diff) | |
New faster placeholders
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,9 +1,3 @@ -out/ +.gradle/ .idea/ -*.iml -.github/ -target/ -/bin/ -.classpath -.project -.settings/
\ No newline at end of file +build/
\ No newline at end of file |
