.hgignore aufgeräumt
parent
911ef8a6fb
commit
fe67b47a97
|
@ -2,6 +2,7 @@
|
|||
syntax: regexp
|
||||
.git/
|
||||
privat/
|
||||
jupyter_book/_build
|
||||
|
||||
# ### Project independed ###
|
||||
syntax: glob
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue