Skip to content

Commit 1ab180d

Browse files
committed
chore: update git config
1 parent aa4a80c commit 1ab180d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
3+
# don't diff machine generated files
4+
dist/ -diff
5+
package-lock.json -diff

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# OS metadata
12
.DS_Store
2-
npm-debug.log
3+
Thumbs.db
4+
5+
# Node
36
node_modules
7+
package-lock.json
8+
9+
# TypeScript
10+
*.tsbuildinfo
11+
12+
# Build directories
13+
dist

0 commit comments

Comments
 (0)