Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 6c7bb1a

Browse files
committed
add: gitattributes
Signed-off-by: halka9000stg <[email protected]>
1 parent 6d779ea commit 6c7bb1a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
# os rerated
4+
**.html linguist-generated=true
5+
**.frhtml linguist-generated=true
6+
**.ehtml linguist-generated=true
7+
**.nb linguist-generated=true
8+
**.js linguist-generated=true
9+
**.svg linguist-generated=true
10+
**.yaml linguist-generated=true
11+
**.css linguist-generated=true
12+
**.sass linguist-generated=true

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.js.deps
2-
*.js.map
2+
*.js.map
3+
*.c
4+
*.exe

0 commit comments

Comments
 (0)