-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (64 loc) · 1 KB
/
.gitignore
File metadata and controls
85 lines (64 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.class
*.log
# nix
result
result-*
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bloop
_site/
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea
# ENSIME specific
.ensime_cache/
.ensime
.metals/
metals.sbt
metals/project/
.bsp
.vscode/
local.*
.DS_Store
node_modules
lib/core/metadata.js
lib/core/MetadataBlog.js
website/translated_docs
website/build/
website/yarn.lock
website/node_modules
website/i18n/*
project/metals.sbt
out/
*.hnir
test-report.json
index.scip
./generated
/sources
bazel-bin
bazel-out
bazel-testlogs
/bazel-bindings
/bazel-scip-java
/bazel-lsif-java
/examples/bazel-example/bazel-bazel-example
VERSION
scip-gradle-plugin/gradle
/aspects/
tests/snapshots/META-INF/
# scip-kotlinc kctfork-based tests run kotlinc with our plugin, which
# writes META-INF/scip/sources/Test.kt.scip relative to the test
# cwd.
scip-kotlinc/META-INF/
# Standard sbt project metadata directories.
project/target/
project/project/