Skip to content

Commit

Permalink
use whitelisting approach instead of blacklisting
Browse files Browse the repository at this point in the history
for more simplicity and maintainability
  • Loading branch information
shinnn committed Mar 6, 2018
1 parent 454ce9b commit 2edce01
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
.editorconfig
.gitignore
.vscode
.vscode-test
*.css
*.less
*.png
*.scss
*.yml
media/*.ai
test
**/*
!index.js
!media/icon.png
!node_modules/**/*
!package.json
!README.md
!server.js
!LICENSE.txt

0 comments on commit 2edce01

Please sign in to comment.