Added binder temp files to ignore
This commit is contained in:
parent
1e243650b9
commit
abfe785b71
|
@ -48,3 +48,8 @@ message.txt
|
|||
deploy_key
|
||||
openfpga/openfpga
|
||||
vpr/vpr
|
||||
|
||||
# Ignore temp directories
|
||||
node_modules
|
||||
package-lock.json
|
||||
/_*/
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue