Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed May 4, 2018
1 parent 1e39860 commit a435196
Show file tree
Hide file tree
Showing 45 changed files with 51,074 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# build artifacts
web-dist
_sandbox

# npm
node_modules
.npm
npm-debug.log

# mac
.DS_Store

# WebStorm
.idea
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"search.exclude": {
"**/node_modules": true,
"*.sketchplugin": true,
"web-dist": true,
}
}
Empty file added README.md
Empty file.
Binary file not shown.
Binary file added Stickers.sketchplugin/Contents/Resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a435196

Please sign in to comment.