Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Repository prep structure (#2)
Browse files Browse the repository at this point in the history
* git and editor configuration
* NPM resources
* base ReadMe
  • Loading branch information
cdcabrera authored Jul 4, 2018
1 parent 60cfdfb commit 7b3353d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = false

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

[*.md]
max_line_length = off
trim_trailing_whitespace = false
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# dependencies
node_modules/
.yarn-integrity

# optional
.npm
.node_repl_history
*.tgz

# logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
api-debug*
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs
html
.editorconfig
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock = false
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Wordigrade

Locale and documentation for Cloudigrade/Cloud Meter.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "wordigrade",
"version": "0.0.0",
"description": "Locale and documentation for Cloud Meter.",
"author": "Red Hat",
"license": "GPL-3.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cloudigrade/wordigrade.git"
}
}

0 comments on commit 7b3353d

Please sign in to comment.