summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandra Dima <alexandra.dima@jetbrains.com>2019-07-24 14:03:48 +0200
committerSamvel Abrahamyan <samvel1024@gmail.com>2019-10-12 14:33:11 +0200
commit0b4bcbbfabe06d549d95efb427e75356287398fb (patch)
tree38496e9791f508276b58fdcf8aef46ffe1a5d971 /.gitignore
parentfca29d647f2ae0b71c5b66b3ea4462987e08c911 (diff)
downloadmill-0b4bcbbfabe06d549d95efb427e75356287398fb.tar.gz
mill-0b4bcbbfabe06d549d95efb427e75356287398fb.tar.bz2
mill-0b4bcbbfabe06d549d95efb427e75356287398fb.zip
Changed the clean cache method to usethe clean command form mill's MainModule rather than start the clean command as a separate subprocess. Removed dead code comment and added show message notifications to the MillBspLogger.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 53cea62c..84df7fe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,5 @@ out/
/.metals/
contrib/bsp/mill-external-bs
contrib/bsp/mill-out-bs
-mill.iml \ No newline at end of file
+mill.iml
+.bsp/ \ No newline at end of file