Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/)
* [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included
* [ ] At least one test case is included for this feature or bug fix
* [ ] I have run automated testing and it is passed
* [ ] Documentation was added or is not needed
* [ ] This is an API breaking change

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# Editor
.idea
.vscode

# dependencies
node_modules

Expand Down
1 change: 1 addition & 0 deletions agate/all-samples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-dynamic-panel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-layout/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-locale-switching/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-single-panel-redux/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-single-panel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-virtualgridlist-api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions agate/pattern-virtuallist-preserving-focus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions my-theme-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
16 changes: 16 additions & 0 deletions tutorial-typescript/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build
dist

# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions ui/all-samples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions ui/pattern-analytics/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions ui/pattern-list-details-redux/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions ui/pattern-list-details/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
1 change: 1 addition & 0 deletions ui/pattern-ls2request/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist
# misc
.DS_Store
npm-debug.log
package-lock.json
Loading