forked from o360/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (79 loc) · 1.45 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
typings
ts-node
# Dependencies
/node_modules
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Directory for source-map-explorer reports
sme
# Coverage directory used by tools like istanbul
coverage
coverage_js
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# IDEs and editors
/.idea
*.iml
.project
.classpath
.c9/
/tools/**/*.js
dist
dev
docs
lib
test
tmp
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Ignore documentation
documentation
# Logs
logs
*.log
# Misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# Profiling files
chrome-profiler-events.json
speed-measure-plugin.json
# Runtime data
pids
*.pid
# System Files
.DS_Store
Thumbs.db
# Users Environment Variables
.lock-wscript
.tsdrc
.typingsrc
# OS X trash files
.DS_Store
src/app/shared/config/env.config.js
src/app/shared/config/env.config.js.map