Fixed ui error
[holmes/rule-management.git] / rulemgt-frontend / .gitignore
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
8 # dependencies
9 /node_modules
10 /node
11
12 package-lock.json
13
14 # IDEs and editors
15 /.idea
16 .project
17 .classpath
18 .c9/
19 *.launch
20 .settings/
21 *.sublime-workspace
22
23 # IDE - VSCode
24 .vscode/*
25 !.vscode/settings.json
26 !.vscode/tasks.json
27 !.vscode/launch.json
28 !.vscode/extensions.json
29
30 # misc
31 /.sass-cache
32 /connect.lock
33 /coverage
34 /libpeerconnection.log
35 npm-debug.log
36 testem.log
37 /typings
38
39 # e2e
40 /e2e/*.js
41 /e2e/*.map
42
43 # System Files
44 .DS_Store
45 Thumbs.db