Skip to content

Commit

Permalink
The entire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Feb 18, 2020
1 parent 81d0b77 commit 22c64f6
Show file tree
Hide file tree
Showing 11 changed files with 1,127 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
indent_style = tab
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml, json}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
README.md export-ignore
CHANGELOG.md export-ignore
/resources export-ignore
.gitignore export-ignore
.gitattributes export-ignore
/.idea export-ignore
.editorconfig export-ignore
/docs export-ignore
35 changes: 30 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
composer.phar
/vendor/
### OSX
.DS_Store
.AppleDouble
.LSOverride

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

vendor
node_modules
hot
mix-manifest.json
/.idea
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### 1.0.0 - 2020-02-18
- Initial Release
Loading

0 comments on commit 22c64f6

Please sign in to comment.