[CI SKIP] Adjust .gitignore to include Intellij's files and output files

This commit is contained in:
OmerBenGera 2021-06-12 18:45:30 +03:00
parent 5cf96b3199
commit b2bccb03d7
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -1,5 +1,14 @@
# Ignore Gradle project-specific cache directory
.gradle
gradle.properties
# Ignore Gradle build output directory
build
# Ignore intellij files
.idea
*.iml
# Ignore output generated files
target
out