-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a63b4e6
commit 9a182a5
Showing
83 changed files
with
2,729 additions
and
1,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
# editorconfig.org | ||
|
||
# Editor configuration, see http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.json] | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = false | ||
|
||
[*.js] | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
max_line_length = 100 | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,24 @@ | ||
### | ||
# + Project related | ||
# ================================================================== | ||
|
||
# processed assets | ||
app/**/*.map | ||
|
||
# dist | ||
dist/ | ||
|
||
# vendor files | ||
app/styles/vendor/ | ||
app/js/vendor/ | ||
|
||
# temporary assets | ||
app/temp/ | ||
|
||
# = Project related | ||
# wraith screenshots https://github.com/jamesryanbell/node-wraith | ||
shots/ | ||
|
||
# sassdocs | ||
docs/* | ||
|
||
# release | ||
release.tar.gz | ||
release_data/dev_host.json | ||
release_data/stage_host.json | ||
release_data/live_host.json | ||
release_data/id_rsa | ||
|
||
# report | ||
reports/ | ||
|
||
# coverage results of unit tests | ||
coverage/ | ||
|
||
|
||
### | ||
# + IDEs / DevEnv | ||
# ================================================================== | ||
|
||
# JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | ||
/*.iml | ||
.idea/ | ||
.idea_modules/ | ||
*.ipr | ||
*.iws | ||
|
||
# eclipse pdt | ||
.project | ||
|
||
# Dreamweaver | ||
_notes | ||
dwsync.xml | ||
|
||
# Sublime Text | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache | ||
*.stTheme.cache | ||
*.sublime-workspace | ||
*.sublime-project | ||
.sublime-grunt.cache | ||
sftp-config.json | ||
|
||
# Jenkins, Vagrant | ||
build/* | ||
.vagrant/ | ||
|
||
# Node, Bower, Sass | ||
node_modules/ | ||
npm-debug.log | ||
bower_components/ | ||
.sass-cache/ | ||
|
||
# = IDEs / DevEnv | ||
|
||
|
||
|
||
### | ||
# + Operating systems | ||
# ================================================================== | ||
|
||
# Linux | ||
*~ | ||
.directory | ||
.ssh/ | ||
|
||
# Windows | ||
thumbs.db | ||
Thumbs.db | ||
ehthumbs.db | ||
Desktop.ini | ||
$RECYCLE.BIN/ | ||
*.lnk | ||
|
||
# OSX | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
Icon | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
.AppleDB | ||
.AppleDesktop | ||
|
||
# = Operating systems | ||
|
||
|
||
|
||
### | ||
# + Other | ||
# ================================================================== | ||
|
||
*.tmp | ||
*.bak | ||
*.swp | ||
*.map | ||
|
||
# = Other | ||
|
||
|
||
|
||
### | ||
# + Do not ignore | ||
# ================================================================== | ||
|
||
!.gitignore | ||
!.gitkeep | ||
|
||
# = Do not ignore | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v18 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.