-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
50 lines (42 loc) · 887 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
# Backend ignores
venv/
chessStatsRestApi/.env
chessStatsRestApi/__pycache__
chessStats/__pycache__
chessStatsRestApi/__init__.pyc
# Frontend ignores
# Compiled output
#chess-app/dist
chess-app/tmp
chess-app/out-tsc
chess-app/bazel-out
# Node
chess-app/node_modules
chess-appnpm-debug.log
chess-appyarn-error.log
# IDEs and editors
chess-app.idea/
chess-app.project
chess-app.classpath
chess-app.c9/
chess-app*.launch
chess-app.settings/
chess-app*.sublime-workspace
# Visual Studio Code
chess-app.vscode/*
chess-app!.vscode/settings.json
chess-app!.vscode/tasks.json
chess-app!.vscode/launch.json
chess-app!.vscode/extensions.json
chess-app.history/*
# Miscellaneous
chess-app/.angular/cache
chess-app.sass-cache/
chess-app/connect.lock
chess-app/coverage
chess-app/libpeerconnection.log
chess-apptestem.log
chess-app/typings
# System files
chess-app.DS_Store
chess-appThumbs.db