# Nice ignore-what list:
# https://github.com/github/gitignore/tree/master/Global
# e.g.: [...]/Global/VisualStudioCode.gitignore

logs/
scratch.txt
scratch.json
scratch/
project/project
project/target
project/boot
dist
gitignored/
target
tmp
.history
.idea/
.idea_modules/

.bsp/sbt.json
.bloop/
.metals/
# Auto generated. Should be ignored — Metals ignores it itself:
# https://github.com/scalameta/metals/blob/main/.gitignore
project/metals.sbt

# Docker volume contents:
volumes/
# The npm-gulp Docker container creates some cache dirs in its home dir:
!volumes/gulp-home/.gitkeep

# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

# Ensime (Scala langage server)
.ensime
.ensime_cache/
ensime-langserver.log

# Eclipse
.cache
.classpath
.project
.settings/

# Ignore core dump file.
/core

node_modules/


# Ignore JS and CSS bundles generated by Gulp.
images/app/assets/
!images/app/assets/.gitkeep
images/web/assets/
!images/web/assets/.gitkeep
images/web/fonts/
!images/web/fonts/.gitkeep


# When running Chrome browser tests, ChromeDriver generates this file and it
# seems it's location is hardcoded,
#   see: http://code.google.com/p/selenium/issues/detail?id=3475
/chromedriver.log

# Failed e2e tests, not kept in target/ so won't get removed when doing 'clean'.
tests/e2e-failures.txt
e2e.log
.selenium.pid


# One's local dev-test config.
conf/my.conf
# Play's auto generated self signed cert.
conf/generated.keystore
