Skip to content

Commit 7b26381

Browse files
committed
Add docs artifact directory to .gitignore
Adds the docs directory that is generated for documentation output to the .gitignore file to prevent contributors from accidentally commiting it, and to keep `git status` clean. Signed-off-by: Winford <winford@object.stream>
1 parent b5cce3e commit 7b26381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
**/erl_crash.dump
1212
!priv/.gitignore
1313
!examples/myapp/.gitignore
14+
docs/**

0 commit comments

Comments
 (0)