Skip to content

Commit c45064e

Browse files
authored
adding in gitignore file to match other controllers (#25)
Issue #, if available: N/A Description of changes: adding in an initial gitignore file that matches other controllers By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 643ff34 commit c45064e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
*.swp
3+
*~
4+
.idea
5+
/docs/site
6+
bin
7+
build

0 commit comments

Comments
 (0)