Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 7556148

Browse files
authored
chore: simplify gitignore (#68)
1 parent 801aa94 commit 7556148

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
.idea
22
node_modules
33
jspm_packages
4+
npm-debug.*
45
link-checker-results.txt
5-
**/*npm-debug.log.*
6-
*.js
6+
app/**/*.js
77
*.js.map
88
e2e/**/*.js
99
e2e/**/*.js.map
1010
_test-output
1111
_temp
12-
13-
!karma*.js
14-
!protractor*.js
15-
!systemjs.config.js
16-
!wallaby.js

0 commit comments

Comments
 (0)