Commit f9762abf9bb27cab78b3b1726bda96e96932841f
1 parent
d8653923f2
Exists in
master
and in
2 other branches
Cambio gitignore
Showing
1 changed file
with
1 additions
and
1 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 | /dist | 12 | /dist |
| 13 | /src/etc/appSettings.ts | 13 | /src/etc/AppSettings.ts |
| 14 | 14 | ||
| 15 | # profiling files | 15 | # profiling files |
| 16 | chrome-profiler-events*.json | 16 | chrome-profiler-events*.json |
| 17 | speed-measure-plugin*.json | 17 | speed-measure-plugin*.json |
| 18 | 18 | ||
| 19 | # IDEs and editors | 19 | # IDEs and editors |
| 20 | /.idea | 20 | /.idea |
| 21 | .project | 21 | .project |
| 22 | .classpath | 22 | .classpath |
| 23 | .c9/ | 23 | .c9/ |
| 24 | *.launch | 24 | *.launch |
| 25 | .settings/ | 25 | .settings/ |
| 26 | *.sublime-workspace | 26 | *.sublime-workspace |
| 27 | 27 | ||
| 28 | # IDE - VSCode | 28 | # IDE - VSCode |
| 29 | .vscode/* | 29 | .vscode/* |
| 30 | !.vscode/settings.json | 30 | !.vscode/settings.json |
| 31 | !.vscode/tasks.json | 31 | !.vscode/tasks.json |
| 32 | !.vscode/launch.json | 32 | !.vscode/launch.json |
| 33 | !.vscode/extensions.json | 33 | !.vscode/extensions.json |
| 34 | .history/* | 34 | .history/* |
| 35 | 35 | ||
| 36 | # misc | 36 | # misc |
| 37 | /.sass-cache | 37 | /.sass-cache |
| 38 | /connect.lock | 38 | /connect.lock |
| 39 | /coverage | 39 | /coverage |
| 40 | /libpeerconnection.log | 40 | /libpeerconnection.log |
| 41 | npm-debug.log | 41 | npm-debug.log |
| 42 | yarn-error.log | 42 | yarn-error.log |
| 43 | testem.log | 43 | testem.log |
| 44 | /typings | 44 | /typings |
| 45 | 45 | ||
| 46 | # System Files | 46 | # System Files |
| 47 | .DS_Store | 47 | .DS_Store |
| 48 | Thumbs.db | 48 | Thumbs.db |
| 49 | 49 |