Added binder temp files to ignore

This commit is contained in:
Ganesh Gore 2022-05-03 14:20:10 -06:00
parent 1e243650b9
commit abfe785b71
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -48,3 +48,8 @@ message.txt
deploy_key
openfpga/openfpga
vpr/vpr
# Ignore temp directories
node_modules
package-lock.json
/_*/

View File

@ -35,6 +35,7 @@ RUN npm install @jupyterlab/server-proxy
RUN jupyter serverextension enable --py jupyter_server_proxy
RUN jupyter labextension install @jupyterlab/server-proxy
RUN jupyter lab build
RUN git reset --hard HEAD
# Set up terminal
RUN echo 'export PS1="\[$(tput bold)\]\[\033[38;5;220m\]\u\[$(tput sgr0)\]:\[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;14m\]\W\[$(tput sgr0)\]\\$\[$(tput sgr0) \]"' >> ~/.bashrc