Projekt

Obecné

Profil

Stáhnout (639 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 37412123 Václav Jirák
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3
# compiled output
4
/dist
5
/tmp
6
/out-tsc
7
# Only exists if Bazel was run
8
/bazel-out
9
10 a29966eb Hung Hoang
yarn.lock
11 37412123 Václav Jirák
# dependencies
12
/node_modules
13
14
# profiling files
15
chrome-profiler-events.json
16
speed-measure-plugin.json
17
18
# IDEs and editors
19
/.idea
20
.project
21
.classpath
22
.c9/
23
*.launch
24
.settings/
25
*.sublime-workspace
26
27
# IDE - VSCode
28
.vscode/*
29
!.vscode/settings.json
30
!.vscode/tasks.json
31
!.vscode/launch.json
32
!.vscode/extensions.json
33
.history/*
34
35
# misc
36
/.sass-cache
37
/connect.lock
38
/coverage
39
/libpeerconnection.log
40
npm-debug.log
41
yarn-error.log
42
testem.log
43
/typings
44
45
# System Files
46
.DS_Store
47
Thumbs.db