Commit 639275fe authored by Rudolf Chrispens's avatar Rudolf Chrispens
Browse files

reworked gitignore

parent c7495a0e
Loading
Loading
Loading
Loading
+50 −25
Original line number Diff line number Diff line

# Created by https://www.gitignore.io/api/linux,macos,python,windows
# Created by https://www.gitignore.io/api/linux,macos,python,sublimetext,jupyternotebook,visualstudiocode

### JupyterNotebook ###
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Remove previous ipynb_checkpoints
#   git rm -r .ipynb_checkpoints/
#
### Linux ###
*~

@@ -110,7 +117,6 @@ docs/_build/
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version
@@ -143,26 +149,45 @@ venv.bak/
# mypy
.mypy_cache/

### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk


# End of https://www.gitignore.io/api/linux,macos,python,windows
 No newline at end of file
### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json

# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache

# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history


# End of https://www.gitignore.io/api/linux,macos,python,sublimetext,jupyternotebook,visualstudiocode
 No newline at end of file