Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Oct 2, 2019
1 parent 5564f25 commit d914483
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ app/dist/
data/logs/
data/liedb/
docs/html/
bin/
tmp/
logs/
src/

# This file is different per user
data/settings.json
Expand Down Expand Up @@ -60,10 +60,6 @@ coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

Expand Down Expand Up @@ -120,8 +116,6 @@ $RECYCLE.BIN/
*.lnk

### Node template
# Logs
logs
*.log
npm-debug.log*

Expand Down Expand Up @@ -155,26 +149,7 @@ 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

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml

# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml
.idea/

## File-based project format:
*.iws
Expand Down

0 comments on commit d914483

Please sign in to comment.