-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (53 loc) · 1.05 KB
/
.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
65
.vscode/
.ionide/
.ipynb_checkpoints/
.nuget/
.fake
.fsdocs/
.venv/
_build/
node_modules/
private_modules/
build/
bin/
obj/
test-fixtures/
output/
tmp/
gh-pages/
fable_modules/
dist/
playground/
build.fsx.lock
*.egg-info/
hafas-client.d.ts
fs-hafas-client-*.tgz
fs-hafas-profiles-*.tgz
fshafas.bundle.js
fshafas.bundle.js.map
fshafas.bundle.js.LICENSE.txt
fshafas.web.bundle.js
profiles.bundle.js
profiles.bundle.js.map
profiles.bundle.js.LICENSE.txt
src/examples/fshafas.fable.web/wwwroot/js/lib/
x.txt
x.json
y.json
z*.json
src/examples/analyzejourneys/calendar.csv
*.nupkg
src/examples/cli/*.py
*.pyc
src/examples/fshafas.fable.node/package-lock.json
src/examples/cli/package-lock.json
src/transformer.test/TestResults/Ionide.trx
src/examples/fshafas.fable.web/wwwroot/js/site.js
src/examples/cli/target.python/*.py
src/examples/cli/target.javascript/*.js
#Paket dependency manager
paket-files/
packages/
src/transformer/HafasClientTypes.fs
src/fshafas.javascript.package/fs-hafas-client/Lib.js
src/fshafas.profiles.javascript.package/fs-hafas-profiles/Profiles.js