mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-10 00:27:01 +01:00
* Document language missing * Missing form label * Image elements do not have [alt] attributes * Fix metals specific configuration * [user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5 * Fix AvatarImageProviderSpec * [id] attributes on active, focusable elements are not unique * Links do not have a discernible name * Links to cross-origin destinations are unsafe
36 lines
373 B
Plaintext
36 lines
373 B
Plaintext
*.class
|
|
*.log
|
|
.ensime
|
|
.ensime_cache
|
|
|
|
# sbt specific
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.classpath
|
|
.project
|
|
.cache
|
|
.cache-main
|
|
.cache-tests
|
|
.settings
|
|
|
|
# IntelliJ specific
|
|
.idea/
|
|
.idea_modules/
|
|
*.iml
|
|
|
|
# Metals specific
|
|
.metals
|
|
.bloop
|
|
**/metals.sbt
|
|
|
|
# Visual Studio Code specific
|
|
.vscode
|
|
|