-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (26 loc) · 1.24 KB
/
Copy path.gitattributes
File metadata and controls
30 lines (26 loc) · 1.24 KB
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
# 1. Surgical Strike: Hide only the Data Generation files
warden-ui/src/users/UsersDataGeneration.js linguist-vendored
warden-ui/src/transactions/TransactionsDataGeneration.js linguist-vendored
warden-ui/src/utilities.js linguist-vendored
warden-ui/src/measurePerformance.js linguist-vendored
# 2. Kill the XML Noise
# This hides pom.xml and IDE files so Java/Python can dominate
*.xml linguist-vendored
*.json linguist-vendored
.idea/** linguist-vendored
target/** linguist-vendored
# 3. Force CSS, HTML, and your main App logic to stay detectable
warden-ui/src/**/*.css linguist-detectable=true
warden-ui/src/**/*.html linguist-detectable=true
warden-ui/src/*.css linguist-detectable=true
warden-ui/src/*.html linguist-detectable=true
warden-ui/src/App.js linguist-detectable=true
# 4. Explicitly include your Analytics and Insights code
# This ensures the rest of your 'users' and 'transactions' folders are counted
warden-ui/src/users/** linguist-detectable=true
warden-ui/src/transactions/** linguist-detectable=true
# 5. Hide React boilerplate that bloats the JS percentage
warden-ui/src/reportWebVitals.js linguist-vendored
warden-ui/src/setupTests.js linguist-vendored
# warden-ui/package-lock.json linguist-vendored
# warden-ui/public/** linguist-vendored