Skip to content

Commit 4d73d28

Browse files
committed
Add Git configuration files
1 parent 7ace02c commit 4d73d28

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Automatically normalize line endings for all text-based files
2+
* text=auto

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Generated test data file (> 100 MB)
2+
tests/data.json
3+
4+
# JSON version of coverage report
5+
coverage/coverage.json
6+
7+
# Installed npm modules
8+
node_modules
9+
10+
# Folder view configuration files
11+
.DS_Store
12+
Desktop.ini
13+
14+
# Thumbnail cache files
15+
._*
16+
Thumbs.db
17+
18+
# Files that might appear on external disks
19+
.Spotlight-V100
20+
.Trashes

0 commit comments

Comments
 (0)