Reorganize .gitignore: (#16925)

- group entries
- remove duplicate ".idea" entry
- ignore npm@5 package-lock.json
This commit is contained in:
Michael Ledin
2017-06-02 14:33:02 -07:00
committed by Andy
parent c3597f95f8
commit 92a53e48e7
+10 -3
View File
@@ -12,7 +12,6 @@
*.map
*.swp
.DS_Store
npm-debug.log
_Resharper.DefinitelyTyped
bin
@@ -25,20 +24,28 @@ Properties
# test folder
_infrastructure/tests/build
# IntelliJ based IDEs
.idea
*.iml
*.js.map
!*.js/
!scripts/new-package.js
!scripts/not-needed.js
!scripts/lint.js
# npm
node_modules
package-lock.json
npm-debug.log
# Sublime
.sublimets
.settings/launch.json
# Visual Studio Code
.settings/launch.json
.vs
.vscode
# yarn
yarn.lock
.idea