Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Nov 29, 2019
1 parent 53d74e3 commit 8dc7225
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
###Git ignore file for LIEStudio repository

### LIEStudio specific
app/typings/
app/dist/
data/logs/
data/liedb/
docs/html/
bin/
tmp/
###Git ignore file for MDStudio repository

# This file is different per user
data/settings.json
Expand Down Expand Up @@ -45,6 +36,9 @@ var/
*.manifest
*.spec

# Jupyter notebooks
.ipynb_checkpoints

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand Down Expand Up @@ -152,7 +146,6 @@ node_modules
# Docker
docker/.INSTALLING


# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
Expand Down Expand Up @@ -203,5 +196,4 @@ docker/.USERDONE
cerise_config.json
venv
.env
**/.settings.*.yml

**/.settings.*.yml

0 comments on commit 8dc7225

Please sign in to comment.