Skip to content

Commit

Permalink
Initialize repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Feb 20, 2019
0 parents commit 676dd54
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
dist/
node_modules/
*.bak
logs/*
*.log
npm-debug.log
!.gitkeep
tmp
.sass-cache/
.npm
.grunt
Gemfile.lock

# Mac desktop service store files
.DS_Store

# Jetbrains project files
**/.idea/workspace.xml
**/.idea/tasks.xml

# =========================
# Windows detritus
# =========================

# Windows image file caches
[Tt]humbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "sevenletters",
"version": "0.9.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pier1/sevenletters.git"
},
"author": "Pier 1 Imports, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pier1/sevenletters/issues"
},
"homepage": "https://github.com/Pier1/sevenletters#readme"
}

0 comments on commit 676dd54

Please sign in to comment.