There was an error while loading. Please reload this page.
.gitignore
1 parent 55691be commit 2b5ac71Copy full SHA for 2b5ac71
2 files changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -2,6 +2,7 @@
2
3
* [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/)
4
* [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included
5
+* [ ] I have run automated testing and it is passed
6
* [ ] Documentation was added or is not needed
7
* [ ] This is an API breaking change
8
.gitignore
@@ -1,13 +1,19 @@
1
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+
# build output
dist/
# generated types
.astro/
9
+# editor
10
.idea/
11
.vscode/
12
13
#documentation related
14
data/
15
raw/
16
+public/
17
src/content/docs/developer-guide
18
src/content/docs/developer-tools
19
src/content/docs/modules
0 commit comments