Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Get code building on Windows (#637)
Browse files Browse the repository at this point in the history
Get code building on Windows (line endings)
  • Loading branch information
Simon Stone authored Apr 7, 2017
1 parent 87987c5 commit 39f022d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14,247 deletions.
30 changes: 30 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
*.*ignore text eol=lf
*.acl text eol=lf
*.cfg text eol=lf
*.cfignore text eol=lf
*.conf text eol=lf
*.css text eol=lf
*.cto text eol=lf
*.dockerignore text eol=lf
*.editorconfig text eol=lf
*.eslintignore text eol=lf
*.feature text eol=lf
*.go text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.npmignore text eol=lf
*.nvmrc text eol=lf
*.pegjs text eol=lf
*.pem text eol=lf
*.rb text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.tmpl text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.uml text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
1 change: 1 addition & 0 deletions packages/composer-common/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ out
*.swp

# Build generated files should be ignored by git, but not by npm.
lib/acl/parser.js
lib/introspect/parser.js
index.d.ts
1 change: 1 addition & 0 deletions packages/composer-common/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ out
*.swp

# Build generated files should be ignored by git, but not by npm.
# lib/acl/parser.js
# lib/introspect/parser.js
# index.d.ts
Loading

0 comments on commit 39f022d

Please sign in to comment.