.hgignore aufgeräumt

main
Christoph Giess 2023-04-01 22:25:53 +02:00
parent 911ef8a6fb
commit fe67b47a97
2 changed files with 1 additions and 43 deletions

View File

@ -2,6 +2,7 @@
syntax: regexp syntax: regexp
.git/ .git/
privat/ privat/
jupyter_book/_build
# ### Project independed ### # ### Project independed ###
syntax: glob syntax: glob

View File

@ -1,43 +0,0 @@
syntax: glob
# ### Project specific ###
.ipynb_checkpoints/
_build/
# ### Project independed ###
# Mercurial
*.orig
# Maven
release.properties
target/
# IntelliJ IDEA
.idea/
*.iml
# Eclipse
.settings/*.**
.classpath
.project
# Netbeans
nb-configuration.xml
nbactions.xml
nbproject
# VisualStudio Code
.vscode/
# Temporary files used by the vim editor.
.*.swp
# Backup files left behind by the Emacs editor.
*~
# Lock files used by the Emacs editor.
.\#*
# Random OS stuff
.DS_Store
Thumbs.db