Commit 07193a22b46ea0142733d9fc6b3be2ea474905af
1 parent
804617b87b
Exists in
master
and in
1 other branch
Agregado a ignore.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.gitignore
1 | # See http://help.github.com/ignore-files/ for more about ignoring files. | 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. |
2 | 2 | ||
3 | # compiled output | 3 | # compiled output |
4 | /dist | 4 | /dist |
5 | /tmp | 5 | /tmp |
6 | /out-tsc | 6 | /out-tsc |
7 | # Only exists if Bazel was run | 7 | # Only exists if Bazel was run |
8 | /bazel-out | 8 | /bazel-out |
9 | 9 | ||
10 | # dependencies | 10 | # dependencies |
11 | /node_modules | 11 | /node_modules |
12 | 12 | ||
13 | # profiling files | 13 | # profiling files |
14 | chrome-profiler-events.json | 14 | chrome-profiler-events.json |
15 | speed-measure-plugin.json | 15 | speed-measure-plugin.json |
16 | 16 | ||
17 | # IDEs and editors | 17 | # IDEs and editors |
18 | /.idea | 18 | /.idea |
19 | .project | 19 | .project |
20 | .classpath | 20 | .classpath |
21 | .c9/ | 21 | .c9/ |
22 | *.launch | 22 | *.launch |
23 | .settings/ | 23 | .settings/ |
24 | *.sublime-workspace | 24 | *.sublime-workspace |
25 | 25 | ||
26 | # IDE - VSCode | 26 | # IDE - VSCode |
27 | .vscode/* | 27 | .vscode/* |
28 | !.vscode/settings.json | 28 | !.vscode/settings.json |
29 | !.vscode/tasks.json | 29 | !.vscode/tasks.json |
30 | !.vscode/launch.json | 30 | !.vscode/launch.json |
31 | !.vscode/extensions.json | 31 | !.vscode/extensions.json |
32 | .history/* | 32 | .history/* |
33 | 33 | ||
34 | # misc | 34 | # misc |
35 | /.sass-cache | 35 | /.sass-cache |
36 | /connect.lock | 36 | /connect.lock |
37 | /coverage | 37 | /coverage |
38 | /libpeerconnection.log | 38 | /libpeerconnection.log |
39 | npm-debug.log | 39 | npm-debug.log |
40 | yarn-error.log | 40 | yarn-error.log |
41 | testem.log | 41 | testem.log |
42 | /typings | 42 | /typings |
43 | 43 | ||
44 | # System Files | 44 | # System Files |
45 | .DS_Store | 45 | .DS_Store |
46 | Thumbs.db | 46 | Thumbs.db |
47 | 47 | ||
48 | # Project Settings | 48 | # Project Settings |
49 | src/etc/AppSettings.ts | 49 | src/etc/AppSettings.ts |
50 | package-lock.json | 50 | package-lock.json |
51 | .vscode/settings.json | ||
51 | 52 |