diff options
author | RubbaBoy <[email protected]> | 2020-07-06 02:50:02 -0400 |
---|---|---|
committer | Phil Burk <[email protected]> | 2020-10-30 11:19:34 -0700 |
commit | 46b4efc63919eb06c599e7cbcaae407836c0221c (patch) | |
tree | 304ba6dcafee0545a8c9b9d21c3bb795a687704e /.gitignore | |
parent | 46888fae6eb7b1dd386f7af7d101ead99ae61981 (diff) |
Removed .settings/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ build/ # Ignore IDE data to push towards a universally Gradle controlled environment .idea/ +.settings/ .classpath .project |