Skip to content

Commit

Permalink
Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 12, 2018
1 parent e70fd44 commit 5b76e3f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.{json,yml}]
indent_style = space
indent_size = 2
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
* text=auto
*.js text eol=lf
18 changes: 18 additions & 0 deletions .gitignore
@@ -0,0 +1,18 @@
# dependencies
node_modules
yarn.lock

# logs
*.log

# OS
.DS_Store

# IDE
.vscode
.idea
*.swp
*.swo

# compiled
dist
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 5b76e3f

Please sign in to comment.