-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
64 lines (54 loc) · 980 Bytes
/
.gitignore
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
*.class
*.log
# sbt specific
.cache
.history
.lib/
dist/*
target/
!target/scala-2.12/api/lib
!target/scala-2.12/api/org
!target/scala-2.12/api/index.html
!target/scala-2.12/api/index.js
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
/.idea/
!/project/.sbtserver
!/project/.sbtserver.lock
/project/.sbtserver.lock
/project/.sbtserver
/bin/
/logs/
/database/
/elastic_data/
# NPM
/node_modules/
*.tgz
# JS Bundles
/client/build
# OS-specific
.directory
.DS_Store
conf/generated_documents/.directory
client/src/main/scala/org/adridadou/openlaw/client/react/
client/src/test/scala/ui/react/
ls
# SASS
.sass-cache
/journal.bak/
project/.idea
project/project
.DS_Store
client/src/main/scala/org/adridadou/openlaw/.DS_Store
client/src/main/scala/org/adridadou/openlaw/client/.DS_Store
owasp/
# Metals specific (Scala language server https://scalameta.org/metals/)
.metals/
.bloop/
project/metals.sbt
/.bsp/