Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aacacd8

Browse files
committedSep 26, 2016
init core-coderoad
0 parents  commit aacacd8

File tree

544 files changed

+47262
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+47262
-0
lines changed
 

‎.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
*.html text diff=html
5+
*.css text
6+
*.less text
7+
*.js text
8+
*.ts text
9+
*.json text
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.png binary
13+
*.jpg binary
14+
15+
# absolute paths are ok, as are globs
16+
/**/postinst* text eol=lf
17+
18+
# paths that don't start with / are treated relative to the .gitattributes folder
19+
relative/path/*.txt text eol=lf

‎.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Common
2+
.DS_Store
3+
node_modules
4+
npm-debug.log
5+
.vscode
6+
7+
# Testing
8+
e2e
9+
src/__coverage__
10+
src/__tests__/__cache__

0 commit comments

Comments
 (0)
This repository has been archived.