mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
28 lines
510 B
Plaintext
28 lines
510 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# Jupyter lab virtual documents
|
|
# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir
|
|
.virtual_documents/
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
# git rm -r .ipynb_checkpoints/
|