We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203daff commit f48caa9Copy full SHA for f48caa9
.gitattributes
@@ -0,0 +1,5 @@
1
+ts/tests/coverage/* linguist-vendored
2
+gulpfile.js linguist-vendored
3
+jest.config.js linguist-vendored
4
+package.json linguist-vendored
5
+package-lock.json linguist-vendored
.gitignore
@@ -0,0 +1,6 @@
+.idea/
+.d.ts/
+js/
+node_modules/
+ts/tests/coverage
6
+package-lock.json
.npmignore
@@ -0,0 +1,24 @@
+# Ignore Jetbrains IDE meta-files.
+.idea
+
+# Ignore test files.
+.d.ts/tests
+js/tests
7
+ts/tests
8
9
+# Ignore TypeScript files.
10
+ts
11
12
+# Ignore Git/GitHub files.
13
+.github
14
+.gitattributes
15
+.gitignore
16
17
+# Ignore documentation files.
18
+docs
19
+mkdocs.yml
20
21
+# Ignore misc. files.
22
+.npmignore
23
+gulpfile.js
24
+jest.config.js
0 commit comments