Add a more complete .gitignore

This commit is contained in:
Danila Fedorin 2017-09-16 00:17:03 -07:00
parent 88e3bb7109
commit 0ff071e212
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -24,7 +24,9 @@ hs_err_pid*
# Custom Stuff # Custom Stuff
# Gradle # Gradle
.gradle/* .gradle/*
build/* **/build/*
**/out/**
**/.DS_Store
# IntelliJ # IntelliJ
.idea/* .idea/*