diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-19 03:37:52 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-06-19 03:37:52 +0200 |
commit | 4b077b1a9c9a262cf730796f3876a86d6fa1064b (patch) | |
tree | a660180847b995d607949bc4e950876efdbc7cde /.gitignore | |
parent | 4d778b97ee33485af5236ad6bdfdd2949fd69cc2 (diff) | |
download | archenemy-4b077b1a9c9a262cf730796f3876a86d6fa1064b.tar.gz archenemy-4b077b1a9c9a262cf730796f3876a86d6fa1064b.tar.bz2 archenemy-4b077b1a9c9a262cf730796f3876a86d6fa1064b.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ +run + # Ignore Gradle project-specific cache directory .gradle # Ignore Gradle build output directory build -.idea
\ No newline at end of file +.idea |