Skip to content

Commit

Permalink
Add rs init
Browse files Browse the repository at this point in the history
  • Loading branch information
marsanla committed Sep 3, 2014
1 parent c999649 commit bd4bc35
Show file tree
Hide file tree
Showing 184 changed files with 43,277 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"directory": "bower_components",
"storage": {
"packages": ".bower-cache",
"registry": ".bower-registry"
},
"tmp": ".bower-tmp"
}
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Logs
logs/**/*
*.log

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
coverage

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

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules

# Mac file & Files
.DS_Store
.tmp
*.swo
*.swp
*.swn
*.swm
*#
*~
.idea
nbproject
.project
.settings

# Bower
.bower-registry
.bower-tmp
.bower-cache

# ApiDoc
apiDoc/**/*
docs/**/*
4 changes: 4 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "slider-revolution",
"version": "4.3.6"
}
Loading

0 comments on commit bd4bc35

Please sign in to comment.