7 Commits

Author SHA1 Message Date
Sybren A. Stüvel
8f8cd564f6 Mark sqlc-generated files as 'generated' in .gitattributes
No functional changes.
2025-06-30 14:30:35 +02:00
Sybren A. Stüvel
46d56a7b49 Mark go.sum as 'generated'
The `go.sum` file is not directly managed, but just the result of running
`go get`, `go mod tidy`, etc.
2024-07-01 11:59:52 +02:00
Sybren A. Stüvel
1ac1deaead Document useful git config in gitattributes 2024-05-21 00:57:43 +02:00
Sybren A. Stüvel
422708fffc .gitattributes: mark .sql files as text 2024-05-21 00:57:43 +02:00
Sybren A. Stüvel
498a71f00c .gitattributes: explicitly denote specific file extensions as 'text'
Configure auto-clrf for all text files. This should make it simpler to
develop Flamenco on Windows, as it makes Git depend less on its global
settings.
2023-07-13 11:55:41 +02:00
Sybren A. Stüvel
e6ff81fc3d Mark more files as generated code
Add `addon/flamenco/manager_README.md` to the list of generated files.
2023-02-20 11:52:35 +01:00
Sybren A. Stüvel
34f0a6e676 Add .gitattributes to mark generated files as such 2023-02-07 11:43:25 +01:00