Skip to content

Commit 2b5ac71

Browse files
NXT-15184: Updated .gitignore and Pull Request Template (#273)
* Updated `.gitignore` and Pull Request Template * Added `public` to `.gitignore`
1 parent 55691be commit 2b5ac71

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/)
44
* [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included
5+
* [ ] I have run automated testing and it is passed
56
* [ ] Documentation was added or is not needed
67
* [ ] This is an API breaking change
78

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
13
# build output
24
dist/
5+
36
# generated types
47
.astro/
8+
9+
# editor
510
.idea/
611
.vscode/
712

813
#documentation related
914
data/
1015
raw/
16+
public/
1117
src/content/docs/developer-guide
1218
src/content/docs/developer-tools
1319
src/content/docs/modules

0 commit comments

Comments
 (0)