-
Notifications
You must be signed in to change notification settings - Fork 426
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 820 Bytes
/
.gitignore
File metadata and controls
37 lines (32 loc) · 820 Bytes
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
.idea/.name
.idea/artifacts/
.idea/dictionaries/
.idea/inspectionProfiles/
.idea/libraries/
.idea/modules/
.idea/runConfigurations/
.idea/scopes/
.idea/*.xml
!.idea/jarRepositories.xml
!.idea/kotlinc.xml
!.idea/misc.xml
!.idea/vcs.xml
!.idea/uiDesigner.xml
*.class
*.log
!scala/scala-impl/testdata/decompiler/**/*.class
!scala/runners/resources/org/jetbrains/plugins/scala/worksheet/*.class
.DS_Store
*~
target/
.bloop/
.bsp/
compilation-cache/
scala/scala-impl/testdata/debugger
scala/scala-impl/testdata/projectsForHighlightingTests/downloaded
scala/scala-impl/testdata/projectsForHighlightingTests/.ivy_cache
scala/scala-impl/testdata/projectsForHighlightingTests/.coursier_cache
scala/scala-impl/testdata/testingSupport
tools/lexer/lib/
scala/decompiler/testdata/**/*.tree
scala/tasty-reader/testdata/**/*.tree