We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ace02c commit 4d73d28Copy full SHA for 4d73d28
.gitattributes
@@ -0,0 +1,2 @@
1
+# Automatically normalize line endings for all text-based files
2
+* text=auto
.gitignore
@@ -0,0 +1,20 @@
+# Generated test data file (> 100 MB)
+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