Fix isCrewSelected method to handle undefined crew value
[allerta-vvf.git] / frontend / .gitignore
blobb77a4551db1f873b35bfbe676213915eb74c6d14
1 # See http://help.github.com/ignore-files/ for more about ignoring files.
3 # compiled output
4 /dist
5 /tmp
6 /out-tsc
7 # Only exists if Bazel was run
8 /bazel-out
10 # dependencies
11 /node_modules
13 # profiling files
14 chrome-profiler-events*.json
16 # IDEs and editors
17 /.idea
18 .project
19 .classpath
20 .c9/
21 *.launch
22 .settings/
23 *.sublime-workspace
25 # IDE - VSCode
26 .vscode/*
27 !.vscode/settings.json
28 !.vscode/tasks.json
29 !.vscode/launch.json
30 !.vscode/extensions.json
31 .history/*
33 # misc
34 /.angular/cache
35 /.sass-cache
36 /connect.lock
37 /coverage
38 /libpeerconnection.log
39 npm-debug.log
40 yarn-error.log
41 testem.log
42 /typings
44 # System Files
45 .DS_Store
46 Thumbs.db
48 src/environments/versions.ts
49 src/environments/environment.prod.ts
50 .sentryclirc