-
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.
Merge pull request #2 from edwinvanderven/feature/add-prettier
Feature/add prettier
- Loading branch information
Showing
12 changed files
with
579 additions
and
226 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Ignore everything but a few: https://stackoverflow.com/a/987162/2725711 | ||
# Ignore all | ||
* | ||
|
||
# Except for directories | ||
!*/ | ||
|
||
# Except for specific file types | ||
!*.css | ||
!*.js | ||
!*.json | ||
!*.md | ||
!*.scss | ||
!*.ts | ||
!*.yaml | ||
!*.yml | ||
|
||
# Ignore editor specific folder | ||
.vscode | ||
|
||
# Ignore imported sources | ||
node_modules/ |
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
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 +1 @@ | ||
export { SimpleLoadingAnimation } from './src/SimpleLoadingAnimation.js'; | ||
export { SimpleLoadingAnimation } from './src/SimpleLoadingAnimation.js'; |
Oops, something went wrong.