Skip to content

Commit a1e3b67

Browse files
hyperpolymathclaude
andcommitted
fix: gitattributes A2ML linguist override, gitignore AAP locks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c829e31 commit a1e3b67

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*.hs text eol=lf
1717
*.chpl text eol=lf
1818
*.scm text eol=lf
19+
*.a2ml text eol=lf linguist-language=TOML
1920
*.ncl text eol=lf
2021
*.nix text eol=lf
2122
*.zig text eol=lf

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ htmlcov/
7575
*.log
7676
/logs/
7777

78+
# Machine-readable locks
79+
.machine_readable/.locks/
80+
7881
# Temp
7982
/tmp/
8083
*.tmp

0 commit comments

Comments
 (0)