File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ fabric.properties
134134# Android studio 3.1+ serialized cache file
135135.idea /caches /build_file_checksums.ser
136136
137+ # Nuclear Option
138+ .idea /
139+
137140# ################################################################################
138141# https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
139142# ################################################################################
@@ -308,3 +311,6 @@ dmypy.json
308311
309312# Cython debug symbols
310313cython_debug /
314+
315+ # MLflow
316+ mlruns /
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ brew "nvm"
3939brew "openjdk"
4040brew "pipx"
4141brew "ripgrep"
42+ brew "rich-cli"
4243brew "sops"
4344brew "starship"
4445brew "terraform-docs"
Original file line number Diff line number Diff line change 55export EDITOR="nano"
66export AWS_PAGER=""
77export SHOW_AWS_PROMPT="false"
8+ export PROMPT_EOL_MARK=""
You can’t perform that action at this time.
0 commit comments