File tree 4 files changed +385
-427
lines changed
projects/coreui-angular-chartjs
4 files changed +385
-427
lines changed Original file line number Diff line number Diff line change 1
1
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
2
3
- # compiled output
3
+ # Compiled output
4
4
/dist
5
5
/tmp
6
6
/out-tsc
7
- # Only exists if Bazel was run
8
7
/bazel-out
9
8
10
- # dependencies
9
+ # Node
11
10
/node_modules
11
+ npm-debug.log
12
+ yarn-error.log
12
13
13
14
# profiling files
14
15
chrome-profiler-events * .json
15
16
speed-measure-plugin * .json
16
17
17
18
# IDEs and editors
18
- .idea
19
+ .idea /
19
20
.project
20
21
.classpath
21
22
.c9 /
22
23
* .launch
23
24
.settings /
24
25
* .sublime-workspace
25
26
26
- # IDE - VSCode
27
+ # Visual Studio Code
27
28
.vscode /*
28
29
! .vscode /settings.json
29
30
! .vscode /tasks.json
30
31
! .vscode /launch.json
31
32
! .vscode /extensions.json
32
33
.history /*
33
34
34
- # misc
35
+ # Miscellaneous
35
36
/.angular /cache
36
- / .sass-cache
37
+ .sass-cache /
37
38
/connect.lock
38
39
/coverage
39
40
/libpeerconnection.log
40
- npm-debug.log
41
- yarn-error.log
42
41
testem.log
43
42
/typings
44
43
45
- # System Files
44
+ # System files
46
45
.DS_Store
47
46
Thumbs.db
You can’t perform that action at this time.
0 commit comments