Skip to content

Commit ffda06f

Browse files
committed
merging in upstream changes
2 parents 12d63db + 5dea5b9 commit ffda06f

21 files changed

+3293
-3300
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Git to autodetect text files and normalise their line endings to LF when they are checked into your repository.
2+
* text=auto
3+
4+
# git won't try to convert this files
5+
*.pem -text
6+
*.der -text
7+
test/static/**/*.xml -text
8+
9+
# These files are text and should be normalized (Convert crlf => lf)
10+
*.gitattributes text
11+
.gitignore text

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
node_modules/
2-
p.js
3-
p.txt
4-
*.svclog
5-
.DS_Store
6-
*.*~
7-
*.swp
1+
node_modules/
2+
p.js
3+
p.txt
4+
*.svclog
5+
.DS_Store
6+
*.*~
7+
*.swp
8+
npm-debug.log

0 commit comments

Comments
 (0)