Projekt

Obecné

Profil

Stáhnout (652 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
# 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
*.iml
10
yarn.lock
11
# 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
target/
24
*.launch
25
.settings/
26
*.sublime-workspace
27

    
28
# IDE - VSCode
29
.vscode/*
30
!.vscode/settings.json
31
!.vscode/tasks.json
32
!.vscode/launch.json
33
!.vscode/extensions.json
34
.history/*
35

    
36
# misc
37
/.sass-cache
38
/connect.lock
39
/coverage
40
/libpeerconnection.log
41
npm-debug.log
42
yarn-error.log
43
testem.log
44
/typings
45

    
46
# System Files
47
.DS_Store
48
Thumbs.db
(1-1/6)