forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (49 loc) · 801 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
/.sbtopts
/.jvmopts
/.bsp/
/.bloop/
/.metals/
/.pnpm-store/
/project/.bloop/
/conf/application.conf
/conf/version.conf
/conf/manifest.*
/translation/js
logs/
/project/metals.sbt
/project/project/
/project/target/
/public/compiled/
/public/hashed/
/public/npm/
/public/lifat/
/public/css/
/public/json/
target/
data/
dist/
node_modules/
ui/common/css/theme/gen/*.scss
ui/.build/build
ui/voice/.build/crowdv
ui/*/npm-debug.log
ui/*/tsconfig.tsbuildinfo
hs_*.log
dependency-graph.png
RUNNING_PID
.DS_Store
# Eclipse auto-generated files
/modules/*/.classpath
/modules/*/.project
/modules/*/.settings/
# VSCode auto-generated files
.vscode/
# VSCode workspaces
*.code-workspace
# IntelliJ auto-generated files
.idea
# Docker-compose / docker sbt
/docker-compose.yml
/?
# eslint cache
/.eslintcache