summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2020-11-15 01:28:35 +0100
committerjoffrey-bion <joffrey.bion@gmail.com>2020-11-15 01:28:51 +0100
commitf7ebccfebc01a4d2282b930dd72bda13ae41e422 (patch)
tree89f2a2294ef421a1f720c048284be6870e1773c9 /.gitignore
parentDisable warning for Kotlin MPP Alpha (diff)
downloadseven-wonders-f7ebccfebc01a4d2282b930dd72bda13ae41e422.tar.gz
seven-wonders-f7ebccfebc01a4d2282b930dd72bda13ae41e422.tar.bz2
seven-wonders-f7ebccfebc01a4d2282b930dd72bda13ae41e422.zip
Add .idea to gitignore for jetbrains dev
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7f6823bc..6eb8b6a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+.idea
.gradle
build/
bgstack15