Skip to content

Commit

Permalink
Reorganize .gitignore: (#16925)
Browse files Browse the repository at this point in the history
- group entries
- remove duplicate ".idea" entry
- ignore npm@5 package-lock.json
  • Loading branch information
mxl authored and Andy committed Jun 2, 2017
1 parent c3597f9 commit 92a53e4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Expand Up @@ -12,7 +12,6 @@
*.map
*.swp
.DS_Store
npm-debug.log

_Resharper.DefinitelyTyped
bin
Expand All @@ -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

0 comments on commit 92a53e4

Please sign in to comment.