Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Dec 10, 2016
1 parent 3b9b47c commit f2238eb
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# 2 space indentation
[**.*]
indent_style = space
indent_size = 2
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sass/* linguist-vendored
fonts/* linguist-vendored
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Dependency directories
/node_modules
/jspm_packages
/typings

# Optional npm cache directory
.npm
.sass-cache

# Optional REPL history
.node_repl_history

.DS_Store
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependency directories
/typings
/aurelia_project
/build
/custom_typings
/favicons
/fonts
/images
/scripts

.sass-cache

.DS_Store

/.travis.yml
/gulpfile.js
/index.html
/tsconfig.json
/tslint.json
/typings.json

0 comments on commit f2238eb

Please sign in to comment.