File tree Expand file tree Collapse file tree
dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Documentation
55* .md text diff =markdown eol =crlf
66* .tex text diff =tex
7- * .pdf - text
8-
9- # Scripts
10- * .sh text diff =sh
11- * .ps1 text diff =ps1 eol =crlf
12-
13- # Code for backend
14- * .php text diff =php
15- * .shtml text diff =shtml
16- * .py text diff =python
17- * .cs text diff =csharp
18- * .java text diff =java
19- * .rs text diff =rust
20-
21- # Frontend Files
22- * .html text diff =html
23- * .htm text diff =html
24- * .xhtml text diff =html
25- * .dhtml text diff =html
26-
27- # # Style sheets
28- * .css text diff =css
29- * .scss text diff =scss
30-
31- # # JavaScript / TypeScript
32- * .js text diff =js
33- * .ts text diff =ts
347
358# Typical used data formats
369* .csv text diff =csv
3710* .xml text diff =xml
3811* .json text diff =json
12+ * .txt text
3913
4014# Image Formats
4115* .svg text eol =lf diff =xml
4923* .gif binary diff =exif
5024
5125# used for workflows
52- * .yaml text diff =yaml
53-
54- # Project
55- * .vcproj text eol =crlf
26+ * .yaml text diff =yaml export-ignore
27+ * .yml text diff =yml export-ignore
5628
57- # Misc
58- * .txt text
29+ # Scripts
30+ * .sh text diff =shexport-ignore
31+ * .ps1 text diff =ps1 eol =crlf export-ignore
5932
6033# Git attributes
6134.gitignore text diff =gitignore export-ignore
Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
51version : 2
62updates :
7- - package-ecosystem : " gitsubmodule" # See documentation for possible values
8- directory : " /" # Location of package manifests
3+ - package-ecosystem : " gitsubmodule"
4+ directory : " /"
95 schedule :
106 interval : " weekly"
Original file line number Diff line number Diff line change 11automations :
22 - ' .github/**/*'
33
4- # Scripts
54code :
65 - ' .code/**/*'
76
87scripts :
98 - ' .scripts/**/*'
109
11- # Dataset directory
12- dataset :
13- - ' dataset/**/*'
14-
15- software :
16- - ' dataset/csv/**/*'
17-
1810openhardwaremonitor :
1911 - ' dataset/csv/openhardwaremonitor/**/*'
2012
21-
22- # Machine types
23- desktops :
24- - ' dataset/csv/openhardwaremonitor/desktops/**/*'
25-
26- laptops :
27- - ' dataset/csv/openhardwaremonitor/laptops/**/*'
28-
29-
30- # file formats
3113csv :
3214 - ' dataset/csv/**/*'
3315
4022tsv :
4123 - ' dataset/exports/formats/tsv/**/*'
4224
43-
44- # Base
4525documentation :
4626 - ' docs/**/*'
47-
48- subsets :
49- - ' modules/**/*'
Original file line number Diff line number Diff line change 1- #
1+ # Ignore Scripts & Code
2+ * .php
3+ * .py
4+ * .cs
5+ * .java
6+ * .rs
7+
8+ * .shtml
9+ * .html
10+ * .htm
11+ * .xhtml
12+ * .dhtml
13+
14+ * .css
15+ * .scss
16+
17+ * .js
18+ * .ts
19+
20+ # Document Types
21+ * .pdf
22+
23+ # Project Types
24+ * .vcproj
File renamed without changes.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments