Skip to content

Commit

Permalink
normalize line ending (CRLF -> LF)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 15, 2016
1 parent bda9391 commit 4de74cb
Show file tree
Hide file tree
Showing 508 changed files with 79,006 additions and 79,006 deletions.
74 changes: 37 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
*.dll
*.exe
*.cmd
*.pdb
*.suo
*.js
*.user
*.cache
*.cs
*.sln
*.csproj
*.txt
*.map
*.swp
.DS_Store
npm-debug.log

_Resharper.DefinitelyTyped
bin
obj
Properties

# VIM backup files
*~

# test folder
_infrastructure/tests/build

.idea
*.iml
*.js.map
!*.js/

node_modules

.sublimets
.settings/launch.json
*.dll
*.exe
*.cmd
*.pdb
*.suo
*.js
*.user
*.cache
*.cs
*.sln
*.csproj
*.txt
*.map
*.swp
.DS_Store
npm-debug.log

_Resharper.DefinitelyTyped
bin
obj
Properties

# VIM backup files
*~

# test folder
_infrastructure/tests/build

.idea
*.iml
*.js.map
!*.js/

node_modules

.sublimets
.settings/launch.json
Loading

0 comments on commit 4de74cb

Please sign in to comment.