mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2026-02-03 19:48:25 +08:00
20250903 commit
This commit is contained in:
parent
1554f36cbf
commit
2bbc82630b
1774 changed files with 120211 additions and 137 deletions
48
GNUstep/Library/WindowMaker/Themes/nord-develop/.gitattributes
vendored
Normal file
48
GNUstep/Library/WindowMaker/Themes/nord-develop/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
|
||||
# This source code is licensed under the MIT license found in the license file.
|
||||
|
||||
# Configuration to define attributes per path.
|
||||
# References:
|
||||
# 1. https://git-scm.com/docs/gitattributes
|
||||
# 2. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
|
||||
|
||||
# Automatically perform line feed (LF) normalization for files detected as text and
|
||||
# leave all files detected as binary untouched.
|
||||
* text=auto eol=lf
|
||||
|
||||
# +----------------------+
|
||||
# + Adobe Creative Suite +
|
||||
# +----------------------+
|
||||
# Color Swatch Exchange
|
||||
*.ase binary
|
||||
|
||||
# +-----------------+
|
||||
# + Adobe Photoshop +
|
||||
# +-----------------+
|
||||
# Color Palette
|
||||
*.aco binary
|
||||
|
||||
# +--------+
|
||||
# + Assets +
|
||||
# +--------+
|
||||
*.png binary
|
||||
|
||||
# +---------------+
|
||||
# + GIMP/Inkscape +
|
||||
# +---------------+
|
||||
# Color Palette
|
||||
*.gpl text eol=lf
|
||||
# Project Map
|
||||
*.xcf binary
|
||||
|
||||
# +-------+
|
||||
# + Gpick +
|
||||
# +-------+
|
||||
# Color Palette
|
||||
*.gpa binary
|
||||
|
||||
# +-------+
|
||||
# + macOS +
|
||||
# +-------+
|
||||
# Color Palette
|
||||
*.clr binary
|
||||
Loading…
Add table
Add a link
Reference in a new issue