-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (20 loc) · 864 Bytes
/
.gitattributes
File metadata and controls
25 lines (20 loc) · 864 Bytes
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
# =============================================================================
# .gitattributes — GitHub Linguist overrides
# Mark non-core (frontend/desktop/build) files so GitHub language stats
# correctly reflect that this is a Python-first project.
# =============================================================================
# Frontend — vanilla JS served by Flask (not the core application logic)
frontend/*.js linguist-vendored
frontend/*.css linguist-vendored
frontend/*.html linguist-vendored
# Desktop — Electron wrapper around the web app
desktop/*.js linguist-vendored
desktop/*.html linguist-vendored
desktop/*.nsh linguist-vendored
# Build & deploy scripts
build_scripts/*.ps1 linguist-vendored
scripts/*.ps1 linguist-vendored
# Spec files
*.spec linguist-vendored
# JSON config files
*.json linguist-vendored