Skip to content

Commit fbea07b

Browse files
author
Trevor Sears
committed
Updated repository dotfiles.
1 parent 0fdac63 commit fbea07b

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
js/* linguist-vendored
21
ts/tests/coverage/* linguist-vendored
32
gulpfile.js linguist-vendored
43
jest.config.js linguist-vendored
54
package.json linguist-vendored
6-
package-lock.json linguist-vendored
5+
package-lock.json linguist-vendored

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
.idea/
2-
node_modules/
2+
.d.ts/
3+
js/
4+
node_modules/
5+
ts/tests/coverage
6+
package-lock.json

.npmignore

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
# Ignore Jetbrains IDE meta-files.
12
.idea
3+
4+
# Ignore test files.
25
.d.ts/tests
36
js/tests
47
ts/tests
5-
ts/tsconfig.json
6-
ts/tslint.json
8+
9+
# Ignore TypeScript files.
10+
ts
11+
12+
# Ignore Git/GitHub files.
13+
.github
714
.gitattributes
815
.gitignore
16+
17+
# Ignore documentation files.
18+
docs
19+
mkdocs.yml
20+
21+
# Ignore misc. files.
922
.npmignore
1023
gulpfile.js
11-
jest.config.js
24+
jest.config.js

0 commit comments

Comments
 (0)